#14553E

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

Shades of County Green #14553E

Tints of County Green #14553E

Color information

#14553E (or 0x14553E) is unknown color: approx County Green. HEX triplet: 14, 55 and 3E. RGB value is (20,85,62). Sum of RGB (Red+Green+Blue) = 20+85+62=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 62 (24.61% from 255 or 37.13% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #14553E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14553E is #EBAAC1. Grayscale: #3E3E3E. Windows color (decimal): -15444674 or 4085012. OLE color: 4085012.

HSL color Cylindrical-coordinate representation of color #14553E: hue angle of 158.77º 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 #14553E is Cyan = 0.76, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB208562-
CMYK0.7600.270.67
HSL158.77º61.9%20.59%-
HSV(B)158.77º76.47%33.33%-
XYZ4.416.995.68-
YUV62.94127.4797.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 62 (24.61% from 255) = 37.13%
R=11.98%
G=50.90%
B=37.13%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2085620.7600.270.67158.7761.920.59
Hex14553E4C01B439f3e15
Octal24125761140331032377625
Binary101001010101111110100110001101110000111001111111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14553E; }

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

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

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

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

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

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

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

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