Html Css Color HEX #136400 Green

📋 copy color: '#136400'

red 19 ◦ green 100 ◦ blue 0

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

Shades of Green #136400

Tints of Green #136400

RGB

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

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

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

R = 15.97%
G = 84.03%
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

#136400 (or 0x136400) is known color: Green. HEX triplet: 13, 64 and 00. RGB value is (19,100,0). Sum of RGB (Red+Green+Blue) = 19+100+0=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 100 (39.45% from 255 or 84.03% from 119); Blue value is 0 (0.39% from 255 or 0% from 119); Max value from RGB is 100 - color contains mainly: green. Hex color #136400 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136400 is #EC9BFF. Grayscale: #404040. Windows color (decimal): -15506432 or 25619. OLE color: 25619.

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

Color convert

RGB 19 100 0 -
CMYK 0.81 0 1 0.61
HSL 108.6º 1% 0.2% -
HSV(B) 108.6º 1% 0.39% -
XYZ 4.83 9.25 1.53 -
YUV 64.38 91.66 95.63 -
System Red Green Blue C M Y K H S L
Decimal 19 100 0 0.81 0 1 0.61 108.6 1 0.2
Hex 13 64 0 51 0 64 3D 6D 64 14
Octal 23 144 0 121 0 144 75 155 144 24
Binary 10011 1100100 0 1010001 0 1100100 111101 1101101 1100100 10100

Color Harmonies of #136400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136400

Black with #136400

Text Example


Text Example

White with #136400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136400; }

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

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

background-color css

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

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

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

border-color css

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

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

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