#135139

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

Shades of County Green #135139

Tints of County Green #135139

Color information

#135139 (or 0x135139) is unknown color: approx County Green. HEX triplet: 13, 51 and 39. RGB value is (19,81,57). Sum of RGB (Red+Green+Blue) = 19+81+57=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 81 (32.03% from 255 or 51.59% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 81 - color contains mainly: green. Hex color #135139 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135139 is #ECAEC6. Grayscale: #3B3B3B. Windows color (decimal): -15511239 or 3756307. OLE color: 3756307.

HSL color Cylindrical-coordinate representation of color #135139: hue angle of 156.77º 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 #135139 is Cyan = 0.77, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.68.

Color convert

RGB198157-
CMYK0.7700.300.68
HSL156.77º62%19.61%-
HSV(B)156.77º76.54%31.76%-
XYZ3.956.324.88-
YUV59.73126.4698.95-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 81 (32.03% from 255) = 51.59%
BLUE value IS 57 (22.66% from 255) = 36.31%
R=12.10%
G=51.59%
B=36.31%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal1981570.7700.300.68156.776219.61
Hex1351394D01E449d3e14
Octal23121711150361042357624
Binary100111010001111001100110101111010001001001110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135139; }

 p { color: rgb(19,81,57); }

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

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

 a { background-color: rgb(19,81,57); }

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

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

 span { border-color: rgb(19,81,57); }

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