Html Css Color HEX #136804 Green

📋 copy color: '#136804'

red 19 ◦ green 104 ◦ blue 4

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

Shades of Green #136804

Tints of Green #136804

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.15%

R = 14.96%
G = 81.89%
B = 3.15%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.96

 K value IS 0.59

RGB Variations

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

Color information

#136804 (or 0x136804) is known color: Green. HEX triplet: 13, 68 and 04. RGB value is (19,104,4). Sum of RGB (Red+Green+Blue) = 19+104+4=127 (16% of max value = 765). Red value is 19 (7.81% from 255 or 14.96% from 127); Green value is 104 (41.02% from 255 or 81.89% from 127); Blue value is 4 (1.95% from 255 or 3.15% from 127); Max value from RGB is 104 - color contains mainly: green. Hex color #136804 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136804 is #EC97FB. Grayscale: #434343. Windows color (decimal): -15505404 or 288787. OLE color: 288787.

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

Color convert

RGB 19 104 4 -
CMYK 0.82 0 0.96 0.59
HSL 111º 0.93% 0.21% -
HSV(B) 111º 0.96% 0.41% -
XYZ 5.24 10.05 1.78 -
YUV 67.19 92.34 93.63 -
System Red Green Blue C M Y K H S L
Decimal 19 104 4 0.82 0 0.96 0.59 111 0.93 0.21
Hex 13 68 4 52 0 60 3B 6F 5D 15
Octal 23 150 4 122 0 140 73 157 135 25
Binary 10011 1101000 100 1010010 0 1100000 111011 1101111 1011101 10101

Color Harmonies of #136804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136804

Black with #136804

Text Example


Text Example

White with #136804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136804; }

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

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

background-color css

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

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

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

border-color css

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

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

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