Html Css Color HEX #136004 Green

📋 copy color: '#136004'

red 19 ◦ green 96 ◦ blue 4

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

Shades of Green #136004

Tints of Green #136004

RGB

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

 GREEN value IS 96 (37.89% from 255) = 80.67%

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

R = 15.97%
G = 80.67%
B = 3.36%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#136004 (or 0x136004) is known color: Green. HEX triplet: 13, 60 and 04. RGB value is (19,96,4). Sum of RGB (Red+Green+Blue) = 19+96+4=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 96 (37.89% from 255 or 80.67% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 96 - color contains mainly: green. Hex color #136004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136004 is #EC9FFB. Grayscale: #3E3E3E. Windows color (decimal): -15507452 or 286739. OLE color: 286739.

HSL color Cylindrical-coordinate representation of color #136004: hue angle of 110.22º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #136004 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 96 4 -
CMYK 0.80 0 0.96 0.62
HSL 110.22º 0.92% 0.2% -
HSV(B) 110.22º 0.96% 0.38% -
XYZ 4.47 8.51 1.52 -
YUV 62.49 94.99 96.98 -
System Red Green Blue C M Y K H S L
Decimal 19 96 4 0.80 0 0.96 0.62 110.22 0.92 0.2
Hex 13 60 4 50 0 60 3E 6E 5C 14
Octal 23 140 4 120 0 140 76 156 134 24
Binary 10011 1100000 100 1010000 0 1100000 111110 1101110 1011100 10100

Color Harmonies of #136004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136004

Black with #136004

Text Example


Text Example

White with #136004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136004; }

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

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

background-color css

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

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

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

border-color css

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

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

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