#135034

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

Shades of County Green #135034

Tints of County Green #135034

Color information

#135034 (or 0x135034) is unknown color: approx County Green. HEX triplet: 13, 50 and 34. RGB value is (19,80,52). Sum of RGB (Red+Green+Blue) = 19+80+52=151 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.58% from 151); Green value is 80 (31.64% from 255 or 52.98% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 80 - color contains mainly: green. Hex color #135034 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135034 is #ECAFCB. Grayscale: #3A3A3A. Windows color (decimal): -15511500 or 3428371. OLE color: 3428371.

HSL color Cylindrical-coordinate representation of color #135034: hue angle of 152.46º 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 #135034 is Cyan = 0.76, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.69.

Color convert

RGB198052-
CMYK0.7600.350.69
HSL152.46º61.62%19.41%-
HSV(B)152.46º76.25%31.37%-
XYZ3.766.124.23-
YUV58.57124.2999.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.58%
GREEN value IS 80 (31.64% from 255) = 52.98%
BLUE value IS 52 (20.70% from 255) = 34.44%
R=12.58%
G=52.98%
B=34.44%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1980520.7600.350.69152.4661.6219.41
Hex1350344C02345983e13
Octal23120641140431052307623
Binary1001110100001101001001100010001110001011001100011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135034; }

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

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

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

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

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

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

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

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