#14533C

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

Shades of County Green #14533C

Tints of County Green #14533C

Color information

#14533C (or 0x14533C) is unknown color: approx County Green. HEX triplet: 14, 53 and 3C. RGB value is (20,83,60). Sum of RGB (Red+Green+Blue) = 20+83+60=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 83 (32.81% from 255 or 50.92% from 163); Blue value is 60 (23.83% from 255 or 36.81% from 163); Max value from RGB is 83 - color contains mainly: green. Hex color #14533C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14533C is #EBACC3. Grayscale: #3D3D3D. Windows color (decimal): -15445188 or 3953428. OLE color: 3953428.

HSL color Cylindrical-coordinate representation of color #14533C: hue angle of 158.1º degrees, saturation: 0.61, 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 #14533C is Cyan = 0.76, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.67.

Color convert

RGB208360-
CMYK0.7600.280.67
HSL158.1º61.17%20.2%-
HSV(B)158.1º75.9%32.55%-
XYZ4.26.665.34-
YUV61.54127.1398.37-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.27%
GREEN value IS 83 (32.81% from 255) = 50.92%
BLUE value IS 60 (23.83% from 255) = 36.81%
R=12.27%
G=50.92%
B=36.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083600.7600.280.67158.161.1720.2
Hex14533C4C01C439e3d14
Octal24123741140341032367524
Binary101001010011111100100110001110010000111001111011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14533C; }

 p { color: rgb(20,83,60); }

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

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

 a { background-color: rgb(20,83,60); }

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

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

 span { border-color: rgb(20,83,60); }

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