#195537

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

Shades of County Green #195537

Tints of County Green #195537

Color information

#195537 (or 0x195537) is unknown color: approx County Green. HEX triplet: 19, 55 and 37. RGB value is (25,85,55). Sum of RGB (Red+Green+Blue) = 25+85+55=165 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.15% from 165); Green value is 85 (33.59% from 255 or 51.52% from 165); Blue value is 55 (21.88% from 255 or 33.33% from 165); Max value from RGB is 85 - color contains mainly: green. Hex color #195537 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195537 is #E6AAC8. Grayscale: #3F3F3F. Windows color (decimal): -15117001 or 3626265. OLE color: 3626265.

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

Color convert

RGB258555-
CMYK0.7100.350.67
HSL150º54.55%21.57%-
HSV(B)150º70.59%33.33%-
XYZ4.346.984.73-
YUV63.64123.12100.44-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.15%
GREEN value IS 85 (33.59% from 255) = 51.52%
BLUE value IS 55 (21.88% from 255) = 33.33%
R=15.15%
G=51.52%
B=33.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2585550.7100.350.6715054.5521.57
Hex1955374702343963716
Octal31125671070431032266726
Binary1100110101011101111000111010001110000111001011011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195537

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195537; }

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

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

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

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

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

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

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

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