#155135

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

Shades of County Green #155135

Tints of County Green #155135

Color information

#155135 (or 0x155135) is unknown color: approx County Green. HEX triplet: 15, 51 and 35. RGB value is (21,81,53). Sum of RGB (Red+Green+Blue) = 21+81+53=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 81 (32.03% from 255 or 52.26% from 155); Blue value is 53 (21.09% from 255 or 34.19% from 155); Max value from RGB is 81 - color contains mainly: green. Hex color #155135 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155135 is #EAAECA. Grayscale: #3B3B3B. Windows color (decimal): -15380171 or 3494165. OLE color: 3494165.

HSL color Cylindrical-coordinate representation of color #155135: hue angle of 152º 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 #155135 is Cyan = 0.74, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.

Color convert

RGB218153-
CMYK0.7400.350.68
HSL152º58.82%20%-
HSV(B)152º74.07%31.76%-
XYZ3.896.34.38-
YUV59.87124.12100.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 81 (32.03% from 255) = 52.26%
BLUE value IS 53 (21.09% from 255) = 34.19%
R=13.55%
G=52.26%
B=34.19%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2181530.7400.350.6815258.8220
Hex1551354A02344983b14
Octal25121651120431042307324
Binary1010110100011101011001010010001110001001001100011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155135; }

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

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

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

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

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

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

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

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