#145333

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

Shades of County Green #145333

Tints of County Green #145333

Color information

#145333 (or 0x145333) is unknown color: approx County Green. HEX triplet: 14, 53 and 33. RGB value is (20,83,51). Sum of RGB (Red+Green+Blue) = 20+83+51=154 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.99% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 51 (20.31% from 255 or 33.12% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #145333 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #145333 is #EBACCC. Grayscale: #3C3C3C. Windows color (decimal): -15445197 or 3363604. OLE color: 3363604.

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

Color convert

RGB208351-
CMYK0.7600.390.67
HSL149.52º61.17%20.2%-
HSV(B)149.52º75.9%32.55%-
XYZ3.986.574.19-
YUV60.51122.6399.1-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 12.99%
GREEN value IS 83 (32.81% from 255) = 53.90%
BLUE value IS 51 (20.31% from 255) = 33.12%
R=12.99%
G=53.90%
B=33.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2083510.7600.390.67149.5261.1720.2
Hex1453334C02743963d14
Octal24123631140471032267524
Binary1010010100111100111001100010011110000111001011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #145333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #145333; }

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

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

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

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

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

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

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

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