#155032

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

Shades of County Green #155032

Tints of County Green #155032

Color information

#155032 (or 0x155032) is unknown color: approx County Green. HEX triplet: 15, 50 and 32. RGB value is (21,80,50). Sum of RGB (Red+Green+Blue) = 21+80+50=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 50 (19.92% from 255 or 33.11% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #155032 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155032 is #EAAFCD. Grayscale: #3A3A3A. Windows color (decimal): -15380430 or 3297301. OLE color: 3297301.

HSL color Cylindrical-coordinate representation of color #155032: hue angle of 149.49º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155032 is Cyan = 0.74, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.69.

Color convert

RGB218050-
CMYK0.7400.370.69
HSL149.49º58.42%19.8%-
HSV(B)149.49º73.75%31.37%-
XYZ3.756.134-
YUV58.94122.95100.94-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 80 (31.64% from 255) = 52.98%
BLUE value IS 50 (19.92% from 255) = 33.11%
R=13.91%
G=52.98%
B=33.11%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2180500.7400.370.69149.4958.4219.8
Hex1550324A02545953a14
Octal25120621120451052257224
Binary1010110100001100101001010010010110001011001010111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155032; }

 p { color: rgb(21,80,50); }

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

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

 a { background-color: rgb(21,80,50); }

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

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

 span { border-color: rgb(21,80,50); }

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