#135037

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

Shades of County Green #135037

Tints of County Green #135037

Color information

#135037 (or 0x135037) is unknown color: approx County Green. HEX triplet: 13, 50 and 37. RGB value is (19,80,55). Sum of RGB (Red+Green+Blue) = 19+80+55=154 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.34% from 154); Green value is 80 (31.64% from 255 or 51.95% from 154); Blue value is 55 (21.88% from 255 or 35.71% from 154); Max value from RGB is 80 - color contains mainly: green. Hex color #135037 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135037 is #ECAFC8. Grayscale: #3A3A3A. Windows color (decimal): -15511497 or 3624979. OLE color: 3624979.

HSL color Cylindrical-coordinate representation of color #135037: hue angle of 155.41º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #135037 is Cyan = 0.76, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.69.

Color convert

RGB198055-
CMYK0.7600.310.69
HSL155.41º61.62%19.41%-
HSV(B)155.41º76.25%31.37%-
XYZ3.836.154.6-
YUV58.91125.7999.53-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.34%
GREEN value IS 80 (31.64% from 255) = 51.95%
BLUE value IS 55 (21.88% from 255) = 35.71%
R=12.34%
G=51.95%
B=35.71%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980550.7600.310.69155.4161.6219.41
Hex1350374C01F459b3e13
Octal23120671140371052337623
Binary100111010000110111100110001111110001011001101111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135037

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135037; }

 p { color: rgb(19,80,55); }

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

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

 a { background-color: rgb(19,80,55); }

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

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

 span { border-color: rgb(19,80,55); }

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