#145537

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

Shades of County Green #145537

Tints of County Green #145537

Color information

#145537 (or 0x145537) is unknown color: approx County Green. HEX triplet: 14, 55 and 37. RGB value is (20,85,55). Sum of RGB (Red+Green+Blue) = 20+85+55=160 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.5% from 160); Green value is 85 (33.59% from 255 or 53.12% from 160); Blue value is 55 (21.88% from 255 or 34.38% from 160); Max value from RGB is 85 - color contains mainly: green. Hex color #145537 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145537 is #EBAAC8. Grayscale: #3E3E3E. Windows color (decimal): -15444681 or 3626260. OLE color: 3626260.

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

Color convert

RGB208555-
CMYK0.7600.350.67
HSL152.31º61.9%20.59%-
HSV(B)152.31º76.47%33.33%-
XYZ4.236.924.73-
YUV62.14123.9797.94-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.5%
GREEN value IS 85 (33.59% from 255) = 53.12%
BLUE value IS 55 (21.88% from 255) = 34.38%
R=12.5%
G=53.12%
B=34.38%

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
Decimal2085550.7600.350.67152.3161.920.59
Hex1455374C02343983e15
Octal24125671140431032307625
Binary1010010101011101111001100010001110000111001100011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145537; }

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

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

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

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

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

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

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

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