#145437

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

Shades of County Green #145437

Tints of County Green #145437

Color information

#145437 (or 0x145437) is unknown color: approx County Green. HEX triplet: 14, 54 and 37. RGB value is (20,84,55). Sum of RGB (Red+Green+Blue) = 20+84+55=159 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.58% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #145437 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145437 is #EBABC8. Grayscale: #3D3D3D. Windows color (decimal): -15444937 or 3626004. OLE color: 3626004.

HSL color Cylindrical-coordinate representation of color #145437: hue angle of 152.81º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #145437 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.67.

Color convert

RGB208455-
CMYK0.7600.350.67
HSL152.81º61.54%20.39%-
HSV(B)152.81º76.19%32.94%-
XYZ4.156.774.7-
YUV61.56124.398.36-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.58%
GREEN value IS 84 (33.20% from 255) = 52.83%
BLUE value IS 55 (21.88% from 255) = 34.59%
R=12.58%
G=52.83%
B=34.59%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2084550.7600.350.67152.8161.5420.39
Hex1454374C02343993e14
Octal24124671140431032317624
Binary1010010101001101111001100010001110000111001100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145437; }

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

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

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

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

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

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

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

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