#145037

Color #145037 County Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of County Green #145037

Tints of County Green #145037

Color information

#145037 (or 0x145037) is unknown color: approx County Green. HEX triplet: 14, 50 and 37. RGB value is (20,80,55). Sum of RGB (Red+Green+Blue) = 20+80+55=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 80 (31.64% from 255 or 51.61% from 155); Blue value is 55 (21.88% from 255 or 35.48% from 155); Max value from RGB is 80 - color contains mainly: green. Hex color #145037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145037 is #EBAFC8. Grayscale: #3B3B3B. Windows color (decimal): -15445961 or 3624980. OLE color: 3624980.

HSL color Cylindrical-coordinate representation of color #145037: hue angle of 155º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #145037 is Cyan = 0.75, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB208055-
CMYK0.7500.310.69
HSL155º60%19.61%-
HSV(B)155º75%31.37%-
XYZ3.856.164.6-
YUV59.21125.62100.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 20 (8.20% from 255) = 12.90%
GREEN value IS 80 (31.64% from 255) = 51.61%
BLUE value IS 55 (21.88% from 255) = 35.48%
R=12.90%
G=51.61%
B=35.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2080550.7500.310.691556019.61
Hex1450374B01F459b3c14
Octal24120671130371052337424
Binary101001010000110111100101101111110001011001101111110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145037; }

 p { color: rgb(20,80,55); }

 H1.HeaderClassName
 {
   color: #145037;
 }
 .AnyTagClassName
 {
   color: #145037;
 }
</style>
background-color css

<style>
 a { background-color: #145037; }

 a { background-color: rgb(20,80,55); }

 div.DivClassName
 {
   background-color: #145037;
 }
 .BgClassName
 {
   background-color: #145037;
 }
</style>
border-color css

<style>
 span { border-color: #145037; }

 span { border-color: rgb(20,80,55); }

 td.TdClassName
 {
   border-color: #145037;
 }
 .TagClassName
 {
   border-color: #145037;
 }
</style>