Html Css Color HEX #136500 Green

📋 copy color: '#136500'

red 19 ◦ green 101 ◦ blue 0

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

Shades of Green #136500

Tints of Green #136500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 84.17%

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

R = 15.83%
G = 84.17%
B = 0%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 1

 K value IS 0.60

RGB Variations

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

Color information

#136500 (or 0x136500) is known color: Green. HEX triplet: 13, 65 and 00. RGB value is (19,101,0). Sum of RGB (Red+Green+Blue) = 19+101+0=120 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.83% from 120); Green value is 101 (39.84% from 255 or 84.17% from 120); Blue value is 0 (0.39% from 255 or 0% from 120); Max value from RGB is 101 - color contains mainly: green. Hex color #136500 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136500 is #EC9AFF. Grayscale: #414141. Windows color (decimal): -15506176 or 25875. OLE color: 25875.

HSL color Cylindrical-coordinate representation of color #136500: hue angle of 108.71º 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 #136500 is Cyan = 0.81, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.60.

Color convert

RGB 19 101 0 -
CMYK 0.81 0 1 0.60
HSL 108.71º 1% 0.2% -
HSV(B) 108.71º 1% 0.4% -
XYZ 4.92 9.45 1.56 -
YUV 64.97 91.33 95.21 -
System Red Green Blue C M Y K H S L
Decimal 19 101 0 0.81 0 1 0.60 108.71 1 0.2
Hex 13 65 0 51 0 64 3C 6D 64 14
Octal 23 145 0 121 0 144 74 155 144 24
Binary 10011 1100101 0 1010001 0 1100100 111100 1101101 1100100 10100

Color Harmonies of #136500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136500

Black with #136500

Text Example


Text Example

White with #136500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136500; }

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

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

background-color css

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

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

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

border-color css

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

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

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