Html Css Color HEX #136306 Green

📋 copy color: '#136306'

red 19 ◦ green 99 ◦ blue 6

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

Shades of Green #136306

Tints of Green #136306

RGB

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

 GREEN value IS 99 (39.06% from 255) = 79.84%

 BLUE value IS 6 (2.73% from 255) = 4.84%

R = 15.32%
G = 79.84%
B = 4.84%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.94

 K value IS 0.61

RGB Variations

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

Color information

#136306 (or 0x136306) is known color: Green. HEX triplet: 13, 63 and 06. RGB value is (19,99,6). Sum of RGB (Red+Green+Blue) = 19+99+6=124 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.32% from 124); Green value is 99 (39.06% from 255 or 79.84% from 124); Blue value is 6 (2.73% from 255 or 4.84% from 124); Max value from RGB is 99 - color contains mainly: green. Hex color #136306 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136306 is #EC9CF9. Grayscale: #404040. Windows color (decimal): -15506682 or 418579. OLE color: 418579.

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

Color convert

RGB 19 99 6 -
CMYK 0.81 0 0.94 0.61
HSL 111.61º 0.89% 0.21% -
HSV(B) 111.61º 0.94% 0.39% -
XYZ 4.76 9.08 1.67 -
YUV 64.48 95 95.56 -
System Red Green Blue C M Y K H S L
Decimal 19 99 6 0.81 0 0.94 0.61 111.61 0.89 0.21
Hex 13 63 6 51 0 5E 3D 70 59 15
Octal 23 143 6 121 0 136 75 160 131 25
Binary 10011 1100011 110 1010001 0 1011110 111101 1110000 1011001 10101

Color Harmonies of #136306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136306

Black with #136306

Text Example


Text Example

White with #136306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136306; }

 p { color: rgb(19,99,6); }

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

background-color css

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

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

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

border-color css

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

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

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