#155132

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

Shades of County Green #155132

Tints of County Green #155132

Color information

#155132 (or 0x155132) is unknown color: approx County Green. HEX triplet: 15, 51 and 32. RGB value is (21,81,50). Sum of RGB (Red+Green+Blue) = 21+81+50=152 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.82% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #155132 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155132 is #EAAECD. Grayscale: #3B3B3B. Windows color (decimal): -15380174 or 3297557. OLE color: 3297557.

HSL color Cylindrical-coordinate representation of color #155132: hue angle of 149º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #155132 is Cyan = 0.74, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.68.

Color convert

RGB218150-
CMYK0.7400.380.68
HSL149º58.82%20%-
HSV(B)149º74.07%31.76%-
XYZ3.836.274.03-
YUV59.53122.62100.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.82%
GREEN value IS 81 (32.03% from 255) = 53.29%
BLUE value IS 50 (19.92% from 255) = 32.89%
R=13.82%
G=53.29%
B=32.89%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2181500.7400.380.6814958.8220
Hex1551324A02644953b14
Octal25121621120461042257324
Binary1010110100011100101001010010011010001001001010111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155132; }

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

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

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

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

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

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

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

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