#135434

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

Shades of County Green #135434

Tints of County Green #135434

Color information

#135434 (or 0x135434) is unknown color: approx County Green. HEX triplet: 13, 54 and 34. RGB value is (19,84,52). Sum of RGB (Red+Green+Blue) = 19+84+52=155 (20% of max value = 765). Red value is 19 (7.81% from 255 or 12.26% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 52 (20.70% from 255 or 33.55% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #135434 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135434 is #ECABCB. Grayscale: #3C3C3C. Windows color (decimal): -15510476 or 3429395. OLE color: 3429395.

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

Color convert

RGB198452-
CMYK0.7700.380.67
HSL150.46º63.11%20.2%-
HSV(B)150.46º77.38%32.94%-
XYZ4.066.734.33-
YUV60.92122.9798.1-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 12.26%
GREEN value IS 84 (33.20% from 255) = 54.19%
BLUE value IS 52 (20.70% from 255) = 33.55%
R=12.26%
G=54.19%
B=33.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984520.7700.380.67150.4663.1120.2
Hex1354344D02643963f14
Octal23124641150461032267724
Binary1001110101001101001001101010011010000111001011011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135434; }

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

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

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

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

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

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

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

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