Html Css Color HEX #136600 Green

📋 copy color: '#136600'

red 19 ◦ green 102 ◦ blue 0

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

Shades of Green #136600

Tints of Green #136600

RGB

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

 GREEN value IS 102 (40.23% from 255) = 84.3%

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

R = 15.7%
G = 84.3%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.6

RGB Variations

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

Color information

#136600 (or 0x136600) is known color: Green. HEX triplet: 13, 66 and 00. RGB value is (19,102,0). Sum of RGB (Red+Green+Blue) = 19+102+0=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 102 (40.23% from 255 or 84.30% from 121); Blue value is 0 (0.39% from 255 or 0% from 121); Max value from RGB is 102 - color contains mainly: green. Hex color #136600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136600 is #EC99FF. Grayscale: #414141. Windows color (decimal): -15505920 or 26131. OLE color: 26131.

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

Color convert

RGB 19 102 0 -
CMYK 0.81 0 1 0.6
HSL 108.82º 1% 0.2% -
HSV(B) 108.82º 1% 0.4% -
XYZ 5.02 9.64 1.6 -
YUV 65.56 91 94.79 -
System Red Green Blue C M Y K H S L
Decimal 19 102 0 0.81 0 1 0.6 108.82 1 0.2
Hex 13 66 0 51 0 64 3C 6D 64 14
Octal 23 146 0 121 0 144 74 155 144 24
Binary 10011 1100110 0 1010001 0 1100100 111100 1101101 1100100 10100

Color Harmonies of #136600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136600

Black with #136600

Text Example


Text Example

White with #136600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136600; }

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

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

background-color css

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

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

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

border-color css

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

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

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