#14533A

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

Shades of County Green #14533A

Tints of County Green #14533A

Color information

#14533A (or 0x14533A) is unknown color: approx County Green. HEX triplet: 14, 53 and 3A. RGB value is (20,83,58). Sum of RGB (Red+Green+Blue) = 20+83+58=161 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.42% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 58 (23.05% from 255 or 36.02% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #14533A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #14533A is #EBACC5. Grayscale: #3D3D3D. Windows color (decimal): -15445190 or 3822356. OLE color: 3822356.

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

Color convert

RGB208358-
CMYK0.7600.300.67
HSL156.19º61.17%20.2%-
HSV(B)156.19º75.9%32.55%-
XYZ4.156.645.07-
YUV61.31126.1398.53-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.42%
GREEN value IS 83 (32.81% from 255) = 51.55%
BLUE value IS 58 (23.05% from 255) = 36.02%
R=12.42%
G=51.55%
B=36.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083580.7600.300.67156.1961.1720.2
Hex14533A4C01E439c3d14
Octal24123721140361032347524
Binary101001010011111010100110001111010000111001110011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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