#135438

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

Shades of County Green #135438

Tints of County Green #135438

Color information

#135438 (or 0x135438) is unknown color: approx County Green. HEX triplet: 13, 54 and 38. RGB value is (19,84,56). Sum of RGB (Red+Green+Blue) = 19+84+56=159 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.95% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #135438 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135438 is #ECABC7. Grayscale: #3D3D3D. Windows color (decimal): -15510472 or 3691539. OLE color: 3691539.

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

Color convert

RGB198456-
CMYK0.7700.330.67
HSL154.15º63.11%20.2%-
HSV(B)154.15º77.38%32.94%-
XYZ4.156.764.83-
YUV61.37124.9797.78-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.95%
GREEN value IS 84 (33.20% from 255) = 52.83%
BLUE value IS 56 (22.27% from 255) = 35.22%
R=11.95%
G=52.83%
B=35.22%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal1984560.7700.330.67154.1563.1120.2
Hex1354384D021439a3f14
Octal23124701150411032327724
Binary1001110101001110001001101010000110000111001101011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135438; }

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

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

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

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

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

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

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

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