#135638

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

Shades of County Green #135638

Tints of County Green #135638

Color information

#135638 (or 0x135638) is unknown color: approx County Green. HEX triplet: 13, 56 and 38. RGB value is (19,86,56). Sum of RGB (Red+Green+Blue) = 19+86+56=161 (21% of max value = 765). Red value is 19 (7.81% from 255 or 11.80% from 161); Green value is 86 (33.98% from 255 or 53.42% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 86 - color contains mainly: green. Hex color #135638 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #135638 is #ECA9C7. Grayscale: #3E3E3E. Windows color (decimal): -15509960 or 3692051. OLE color: 3692051.

HSL color Cylindrical-coordinate representation of color #135638: hue angle of 153.13º degrees, saturation: 0.64, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #135638 is Cyan = 0.78, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.66.

Color convert

RGB198656-
CMYK0.7800.350.66
HSL153.13º63.81%20.59%-
HSV(B)153.13º77.91%33.73%-
XYZ4.317.084.88-
YUV62.55124.396.94-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 11.80%
GREEN value IS 86 (33.98% from 255) = 53.42%
BLUE value IS 56 (22.27% from 255) = 34.78%
R=11.80%
G=53.42%
B=34.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal1986560.7800.350.66153.1363.8120.59
Hex1356384E02342994015
Octal231267011604310223110025
Binary10011101011011100010011100100011100001010011001100000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #135638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #135638; }

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

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

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

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

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

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

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

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