#155334

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

Shades of County Green #155334

Tints of County Green #155334

Color information

#155334 (or 0x155334) is unknown color: approx County Green. HEX triplet: 15, 53 and 34. RGB value is (21,83,52). Sum of RGB (Red+Green+Blue) = 21+83+52=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 52 (20.70% from 255 or 33.33% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #155334 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #155334 is #EAACCB. Grayscale: #3C3C3C. Windows color (decimal): -15379660 or 3429141. OLE color: 3429141.

HSL color Cylindrical-coordinate representation of color #155334: hue angle of 150º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #155334 is Cyan = 0.75, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB218352-
CMYK0.7500.370.67
HSL150º59.62%20.39%-
HSV(B)150º74.7%32.55%-
XYZ4.026.594.31-
YUV60.93122.9699.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 83 (32.81% from 255) = 53.21%
BLUE value IS 52 (20.70% from 255) = 33.33%
R=13.46%
G=53.21%
B=33.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2183520.7500.370.6715059.6220.39
Hex1553344B02543963c14
Octal25123641130451032267424
Binary1010110100111101001001011010010110000111001011011110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #155334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #155334; }

 p { color: rgb(21,83,52); }

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

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

 a { background-color: rgb(21,83,52); }

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

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

 span { border-color: rgb(21,83,52); }

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