Html Css Color HEX #136104 Green

📋 copy color: '#136104'

red 19 ◦ green 97 ◦ blue 4

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

Shades of Green #136104

Tints of Green #136104

RGB

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

 GREEN value IS 97 (38.28% from 255) = 80.83%

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

R = 15.83%
G = 80.83%
B = 3.33%

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

#136104 (or 0x136104) is known color: Green. HEX triplet: 13, 61 and 04. RGB value is (19,97,4). Sum of RGB (Red+Green+Blue) = 19+97+4=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 97 (38.28% from 255 or 80.83% from 120); Blue value is 4 (1.95% from 255 or 3.33% from 120); Max value from RGB is 97 - color contains mainly: green. Hex color #136104 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136104 is #EC9EFB. Grayscale: #3F3F3F. Windows color (decimal): -15507196 or 286995. OLE color: 286995.

HSL color Cylindrical-coordinate representation of color #136104: hue angle of 110.32º 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 #136104 is Cyan = 0.80, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.62.

Color convert

RGB 19 97 4 -
CMYK 0.80 0 0.96 0.62
HSL 110.32º 0.92% 0.2% -
HSV(B) 110.32º 0.96% 0.38% -
XYZ 4.57 8.7 1.55 -
YUV 63.08 94.66 96.56 -
System Red Green Blue C M Y K H S L
Decimal 19 97 4 0.80 0 0.96 0.62 110.32 0.92 0.2
Hex 13 61 4 50 0 60 3E 6E 5C 14
Octal 23 141 4 120 0 140 76 156 134 24
Binary 10011 1100001 100 1010000 0 1100000 111110 1101110 1011100 10100

Color Harmonies of #136104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136104

Black with #136104

Text Example


Text Example

White with #136104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136104; }

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

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

background-color css

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

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

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

border-color css

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

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

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