#135236

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

Shades of County Green #135236

Tints of County Green #135236

Color information

#135236 (or 0x135236) is unknown color: approx County Green. HEX triplet: 13, 52 and 36. RGB value is (19,82,54). Sum of RGB (Red+Green+Blue) = 19+82+54=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 54 (21.48% from 255 or 34.84% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #135236 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135236 is #ECADC9. Grayscale: #3C3C3C. Windows color (decimal): -15510986 or 3559955. OLE color: 3559955.

HSL color Cylindrical-coordinate representation of color #135236: hue angle of 153.33º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135236 is Cyan = 0.77, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.68.

Color convert

RGB198254-
CMYK0.7700.340.68
HSL153.33º62.38%19.8%-
HSV(B)153.33º76.83%32.16%-
XYZ3.956.444.52-
YUV59.97124.6398.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 82 (32.42% from 255) = 52.90%
BLUE value IS 54 (21.48% from 255) = 34.84%
R=12.26%
G=52.90%
B=34.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1982540.7700.340.68153.3362.3819.8
Hex1352364D02244993e14
Octal23122661150421042317624
Binary1001110100101101101001101010001010001001001100111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135236; }

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

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

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

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

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

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

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

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