Html Css Color HEX #136300 Green

📋 copy color: '#136300'

red 19 ◦ green 99 ◦ blue 0

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

Shades of Green #136300

Tints of Green #136300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 16.1%
G = 83.9%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.61

RGB Variations

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

Color information

#136300 (or 0x136300) is known color: Green. HEX triplet: 13, 63 and 00. RGB value is (19,99,0). Sum of RGB (Red+Green+Blue) = 19+99+0=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 99 (39.06% from 255 or 83.90% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 99 - color contains mainly: green. Hex color #136300 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136300 is #EC9CFF. Grayscale: #404040. Windows color (decimal): -15506688 or 25363. OLE color: 25363.

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

Color convert

RGB 19 99 0 -
CMYK 0.81 0 1 0.61
HSL 108.48º 1% 0.19% -
HSV(B) 108.48º 1% 0.39% -
XYZ 4.73 9.06 1.5 -
YUV 63.79 92 96.05 -
System Red Green Blue C M Y K H S L
Decimal 19 99 0 0.81 0 1 0.61 108.48 1 0.19
Hex 13 63 0 51 0 64 3D 6C 64 13
Octal 23 143 0 121 0 144 75 154 144 23
Binary 10011 1100011 0 1010001 0 1100100 111101 1101100 1100100 10011

Color Harmonies of #136300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136300

Black with #136300

Text Example


Text Example

White with #136300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136300; }

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

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

background-color css

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

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

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

border-color css

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

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

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