Html Css Color HEX #136200 Green

📋 copy color: '#136200'

red 19 ◦ green 98 ◦ blue 0

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

Shades of Green #136200

Tints of Green #136200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 83.76%

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

R = 16.24%
G = 83.76%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.62

RGB Variations

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

Color information

#136200 (or 0x136200) is known color: Green. HEX triplet: 13, 62 and 00. RGB value is (19,98,0). Sum of RGB (Red+Green+Blue) = 19+98+0=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 98 (38.67% from 255 or 83.76% from 117); Blue value is 0 (0.39% from 255 or 0% from 117); Max value from RGB is 98 - color contains mainly: green. Hex color #136200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136200 is #EC9DFF. Grayscale: #3F3F3F. Windows color (decimal): -15506944 or 25107. OLE color: 25107.

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

Color convert

RGB 19 98 0 -
CMYK 0.81 0 1 0.62
HSL 108.37º 1% 0.19% -
HSV(B) 108.37º 1% 0.38% -
XYZ 4.64 8.87 1.47 -
YUV 63.21 92.33 96.47 -
System Red Green Blue C M Y K H S L
Decimal 19 98 0 0.81 0 1 0.62 108.37 1 0.19
Hex 13 62 0 51 0 64 3E 6C 64 13
Octal 23 142 0 121 0 144 76 154 144 23
Binary 10011 1100010 0 1010001 0 1100100 111110 1101100 1100100 10011

Color Harmonies of #136200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136200

Black with #136200

Text Example


Text Example

White with #136200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136200; }

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

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

background-color css

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

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

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

border-color css

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

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

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