Html Css Color HEX #136003 Green

📋 copy color: '#136003'

red 19 ◦ green 96 ◦ blue 3

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

Shades of Green #136003

Tints of Green #136003

RGB

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

 GREEN value IS 96 (37.89% from 255) = 81.36%

 BLUE value IS 3 (1.56% from 255) = 2.54%

R = 16.1%
G = 81.36%
B = 2.54%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.97

 K value IS 0.62

RGB Variations

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

Color information

#136003 (or 0x136003) is known color: Green. HEX triplet: 13, 60 and 03. RGB value is (19,96,3). Sum of RGB (Red+Green+Blue) = 19+96+3=118 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.10% from 118); Green value is 96 (37.89% from 255 or 81.36% from 118); Blue value is 3 (1.56% from 255 or 2.54% from 118); Max value from RGB is 96 - color contains mainly: green. Hex color #136003 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136003 is #EC9FFC. Grayscale: #3E3E3E. Windows color (decimal): -15507453 or 221203. OLE color: 221203.

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

Color convert

RGB 19 96 3 -
CMYK 0.80 0 0.97 0.62
HSL 109.68º 0.94% 0.19% -
HSV(B) 109.68º 0.97% 0.38% -
XYZ 4.47 8.51 1.49 -
YUV 62.38 94.49 97.06 -
System Red Green Blue C M Y K H S L
Decimal 19 96 3 0.80 0 0.97 0.62 109.68 0.94 0.19
Hex 13 60 3 50 0 61 3E 6E 5E 13
Octal 23 140 3 120 0 141 76 156 136 23
Binary 10011 1100000 11 1010000 0 1100001 111110 1101110 1011110 10011

Color Harmonies of #136003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136003

Black with #136003

Text Example


Text Example

White with #136003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136003; }

 p { color: rgb(19,96,3); }

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

background-color css

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

 a { background-color: rgb(19,96,3); }

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

border-color css

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

 span { border-color: rgb(19,96,3); }

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