Html Css Color HEX #136413 Green

📋 copy color: '#136413'

red 19 ◦ green 100 ◦ blue 19

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

Shades of Green #136413

Tints of Green #136413

RGB

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

 GREEN value IS 100 (39.45% from 255) = 72.46%

 BLUE value IS 19 (7.81% from 255) = 13.77%

R = 13.77%
G = 72.46%
B = 13.77%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.81

 K value IS 0.61

RGB Variations

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

Color information

#136413 (or 0x136413) is known color: Green. HEX triplet: 13, 64 and 13. RGB value is (19,100,19). Sum of RGB (Red+Green+Blue) = 19+100+19=138 (18% of max value = 765). Red value is 19 (7.81% from 255 or 13.77% from 138); Green value is 100 (39.45% from 255 or 72.46% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 100 - color contains mainly: green. Hex color #136413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136413 is #EC9BEC. Grayscale: #424242. Windows color (decimal): -15506413 or 1270803. OLE color: 1270803.

HSL color Cylindrical-coordinate representation of color #136413: hue angle of 120º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #136413 is Cyan = 0.81, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 100 19 -
CMYK 0.81 0 0.81 0.61
HSL 120º 0.68% 0.23% -
HSV(B) 120º 0.81% 0.39% -
XYZ 4.94 9.3 2.15 -
YUV 66.55 101.16 94.09 -
System Red Green Blue C M Y K H S L
Decimal 19 100 19 0.81 0 0.81 0.61 120 0.68 0.23
Hex 13 64 13 51 0 51 3D 78 44 17
Octal 23 144 23 121 0 121 75 170 104 27
Binary 10011 1100100 10011 1010001 0 1010001 111101 1111000 1000100 10111

Color Harmonies of #136413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136413

Black with #136413

Text Example


Text Example

White with #136413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136413; }

 p { color: rgb(19,100,19); }

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

background-color css

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

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

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

border-color css

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

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

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