Html Css Color HEX #136402 Green

📋 copy color: '#136402'

red 19 ◦ green 100 ◦ blue 2

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

Shades of Green #136402

Tints of Green #136402

RGB

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

 GREEN value IS 100 (39.45% from 255) = 82.64%

 BLUE value IS 2 (1.17% from 255) = 1.65%

R = 15.7%
G = 82.64%
B = 1.65%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.98

 K value IS 0.61

RGB Variations

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

Color information

#136402 (or 0x136402) is known color: Green. HEX triplet: 13, 64 and 02. RGB value is (19,100,2). Sum of RGB (Red+Green+Blue) = 19+100+2=121 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.70% from 121); Green value is 100 (39.45% from 255 or 82.64% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 100 - color contains mainly: green. Hex color #136402 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136402 is #EC9BFD. Grayscale: #404040. Windows color (decimal): -15506430 or 156691. OLE color: 156691.

HSL color Cylindrical-coordinate representation of color #136402: hue angle of 109.59º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #136402 is Cyan = 0.81, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.61.

Color convert

RGB 19 100 2 -
CMYK 0.81 0 0.98 0.61
HSL 109.59º 0.96% 0.2% -
HSV(B) 109.59º 0.98% 0.39% -
XYZ 4.84 9.26 1.59 -
YUV 64.61 92.66 95.47 -
System Red Green Blue C M Y K H S L
Decimal 19 100 2 0.81 0 0.98 0.61 109.59 0.96 0.2
Hex 13 64 2 51 0 62 3D 6E 60 14
Octal 23 144 2 121 0 142 75 156 140 24
Binary 10011 1100100 10 1010001 0 1100010 111101 1101110 1100000 10100

Color Harmonies of #136402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136402

Black with #136402

Text Example


Text Example

White with #136402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136402; }

 p { color: rgb(19,100,2); }

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

background-color css

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

 a { background-color: rgb(19,100,2); }

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

border-color css

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

 span { border-color: rgb(19,100,2); }

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