#135436

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

Shades of County Green #135436

Tints of County Green #135436

Color information

#135436 (or 0x135436) is unknown color: approx County Green. HEX triplet: 13, 54 and 36. RGB value is (19,84,54). Sum of RGB (Red+Green+Blue) = 19+84+54=157 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.10% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 54 (21.48% from 255 or 34.39% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #135436 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135436 is #ECABC9. Grayscale: #3D3D3D. Windows color (decimal): -15510474 or 3560467. OLE color: 3560467.

HSL color Cylindrical-coordinate representation of color #135436: hue angle of 152.31º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #135436 is Cyan = 0.77, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.67.

Color convert

RGB198454-
CMYK0.7700.360.67
HSL152.31º63.11%20.2%-
HSV(B)152.31º77.38%32.94%-
XYZ4.16.754.58-
YUV61.14123.9797.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.10%
GREEN value IS 84 (33.20% from 255) = 53.50%
BLUE value IS 54 (21.48% from 255) = 34.39%
R=12.10%
G=53.50%
B=34.39%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984540.7700.360.67152.3163.1120.2
Hex1354364D02443983f14
Octal23124661150441032307724
Binary1001110101001101101001101010010010000111001100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135436; }

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

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

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

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

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

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

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

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