Html Css Color HEX #136800 Green

📋 copy color: '#136800'

red 19 ◦ green 104 ◦ blue 0

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

Shades of Green #136800

Tints of Green #136800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 84.55%

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

R = 15.45%
G = 84.55%
B = 0%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#136800 (or 0x136800) is known color: Green. HEX triplet: 13, 68 and 00. RGB value is (19,104,0). Sum of RGB (Red+Green+Blue) = 19+104+0=123 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.45% from 123); Green value is 104 (41.02% from 255 or 84.55% from 123); Blue value is 0 (0.39% from 255 or 0% from 123); Max value from RGB is 104 - color contains mainly: green. Hex color #136800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136800 is #EC97FF. Grayscale: #434343. Windows color (decimal): -15505408 or 26643. OLE color: 26643.

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

Color convert

RGB 19 104 0 -
CMYK 0.82 0 1 0.59
HSL 109.04º 1% 0.2% -
HSV(B) 109.04º 1% 0.41% -
XYZ 5.22 10.04 1.66 -
YUV 66.73 90.34 93.96 -
System Red Green Blue C M Y K H S L
Decimal 19 104 0 0.82 0 1 0.59 109.04 1 0.2
Hex 13 68 0 52 0 64 3B 6D 64 14
Octal 23 150 0 122 0 144 73 155 144 24
Binary 10011 1101000 0 1010010 0 1100100 111011 1101101 1100100 10100

Color Harmonies of #136800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136800

Black with #136800

Text Example


Text Example

White with #136800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136800; }

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

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

background-color css

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

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

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

border-color css

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

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

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