#135439

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

Shades of County Green #135439

Tints of County Green #135439

Color information

#135439 (or 0x135439) is unknown color: approx County Green. HEX triplet: 13, 54 and 39. RGB value is (19,84,57). Sum of RGB (Red+Green+Blue) = 19+84+57=160 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.88% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 57 (22.66% from 255 or 35.62% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #135439 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135439 is #ECABC6. Grayscale: #3D3D3D. Windows color (decimal): -15510471 or 3757075. OLE color: 3757075.

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

Color convert

RGB198457-
CMYK0.7700.320.67
HSL155.08º63.11%20.2%-
HSV(B)155.08º77.38%32.94%-
XYZ4.186.774.96-
YUV61.49125.4797.7-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.88%
GREEN value IS 84 (33.20% from 255) = 52.5%
BLUE value IS 57 (22.66% from 255) = 35.62%
R=11.88%
G=52.5%
B=35.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984570.7700.320.67155.0863.1120.2
Hex1354394D020439b3f14
Octal23124711150401032337724
Binary1001110101001110011001101010000010000111001101111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135439; }

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

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

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

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

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

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

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

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