Html Css Color HEX #135638 County Green

📋 copy color: '#135638'

red 19 ◦ green 86 ◦ blue 56

#135638
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of County Green #135638

Tints of County Green #135638

RGB

 RED value IS 19 (7.81% from 255) = 11.8%

 GREEN value IS 86 (33.98% from 255) = 53.42%

 BLUE value IS 56 (22.27% from 255) = 34.78%

R = 11.8%
G = 53.42%
B = 34.78%

CMYK

 C value IS 0.78

 M value IS 0

 Y value IS 0.35

 K value IS 0.66

RGB Variations

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

Color information

#135638 (or 0x135638) is known color: 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

RGB 19 86 56 -
CMYK 0.78 0 0.35 0.66
HSL 153.13º 0.64% 0.21% -
HSV(B) 153.13º 0.78% 0.34% -
XYZ 4.31 7.08 4.88 -
YUV 62.55 124.3 96.94 -
System Red Green Blue C M Y K H S L
Decimal 19 86 56 0.78 0 0.35 0.66 153.13 0.64 0.21
Hex 13 56 38 4E 0 23 42 99 40 15
Octal 23 126 70 116 0 43 102 231 100 25
Binary 10011 1010110 111000 1001110 0 100011 1000010 10011001 1000000 10101

Color Harmonies of #135638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #135638

Black with #135638

Text Example


Text Example

White with #135638

Text Example


Text Example

HTML Codes & Css Web 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>