#195539

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

Shades of County Green #195539

Tints of County Green #195539

Color information

#195539 (or 0x195539) is unknown color: approx County Green. HEX triplet: 19, 55 and 39. RGB value is (25,85,57). Sum of RGB (Red+Green+Blue) = 25+85+57=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 85 (33.59% from 255 or 50.90% from 167); Blue value is 57 (22.66% from 255 or 34.13% from 167); Max value from RGB is 85 - color contains mainly: green. Hex color #195539 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195539 is #E6AAC6. Grayscale: #3F3F3F. Windows color (decimal): -15116999 or 3757337. OLE color: 3757337.

HSL color Cylindrical-coordinate representation of color #195539: hue angle of 152º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #195539 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB258557-
CMYK0.7100.330.67
HSL152º54.55%21.57%-
HSV(B)152º70.59%33.33%-
XYZ4.3974.99-
YUV63.87124.12100.28-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.97%
GREEN value IS 85 (33.59% from 255) = 50.90%
BLUE value IS 57 (22.66% from 255) = 34.13%
R=14.97%
G=50.90%
B=34.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585570.7100.330.6715254.5521.57
Hex1955394702143983716
Octal31125711070411032306726
Binary1100110101011110011000111010000110000111001100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195539; }

 p { color: rgb(25,85,57); }

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

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

 a { background-color: rgb(25,85,57); }

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

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

 span { border-color: rgb(25,85,57); }

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