#195236

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

Shades of County Green #195236

Tints of County Green #195236

Color information

#195236 (or 0x195236) is unknown color: approx County Green. HEX triplet: 19, 52 and 36. RGB value is (25,82,54). Sum of RGB (Red+Green+Blue) = 25+82+54=161 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.53% from 161); Green value is 82 (32.42% from 255 or 50.93% from 161); Blue value is 54 (21.48% from 255 or 33.54% from 161); Max value from RGB is 82 - color contains mainly: green. Hex color #195236 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #195236 is #E6ADC9. Grayscale: #3D3D3D. Windows color (decimal): -15117770 or 3559961. OLE color: 3559961.

HSL color Cylindrical-coordinate representation of color #195236: hue angle of 150.53º degrees, saturation: 0.53, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #195236 is Cyan = 0.70, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB258254-
CMYK0.7000.340.68
HSL150.53º53.27%20.98%-
HSV(B)150.53º69.51%32.16%-
XYZ4.086.514.53-
YUV61.76123.62101.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.53%
GREEN value IS 82 (32.42% from 255) = 50.93%
BLUE value IS 54 (21.48% from 255) = 33.54%
R=15.53%
G=50.93%
B=33.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2582540.7000.340.68150.5353.2720.98
Hex1952364602244973515
Octal31122661060421042276525
Binary1100110100101101101000110010001010001001001011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #195236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #195236; }

 p { color: rgb(25,82,54); }

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

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

 a { background-color: rgb(25,82,54); }

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

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

 span { border-color: rgb(25,82,54); }

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