Html Css Color HEX #136805 Green

📋 copy color: '#136805'

red 19 ◦ green 104 ◦ blue 5

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

Shades of Green #136805

Tints of Green #136805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 81.25%

 BLUE value IS 5 (2.34% from 255) = 3.91%

R = 14.84%
G = 81.25%
B = 3.91%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#136805 (or 0x136805) is known color: Green. HEX triplet: 13, 68 and 05. RGB value is (19,104,5). Sum of RGB (Red+Green+Blue) = 19+104+5=128 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.84% from 128); Green value is 104 (41.02% from 255 or 81.25% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 104 - color contains mainly: green. Hex color #136805 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136805 is #EC97FA. Grayscale: #434343. Windows color (decimal): -15505403 or 354323. OLE color: 354323.

HSL color Cylindrical-coordinate representation of color #136805: hue angle of 111.52º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #136805 is Cyan = 0.82, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 19 104 5 -
CMYK 0.82 0 0.95 0.59
HSL 111.52º 0.91% 0.21% -
HSV(B) 111.52º 0.95% 0.41% -
XYZ 5.25 10.05 1.81 -
YUV 67.3 92.84 93.55 -
System Red Green Blue C M Y K H S L
Decimal 19 104 5 0.82 0 0.95 0.59 111.52 0.91 0.21
Hex 13 68 5 52 0 5F 3B 70 5B 15
Octal 23 150 5 122 0 137 73 160 133 25
Binary 10011 1101000 101 1010010 0 1011111 111011 1110000 1011011 10101

Color Harmonies of #136805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136805

Black with #136805

Text Example


Text Example

White with #136805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136805; }

 p { color: rgb(19,104,5); }

 H1.HeaderClassName
 {
   color: #136805;
 }
 .AnyTagClassName
 {
   color: #136805;
 }
</style>

background-color css

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

 a { background-color: rgb(19,104,5); }

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

border-color css

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

 span { border-color: rgb(19,104,5); }

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