Html Css Color HEX #136502 Green

📋 copy color: '#136502'

red 19 ◦ green 101 ◦ blue 2

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

Shades of Green #136502

Tints of Green #136502

RGB

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

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

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

R = 15.57%
G = 82.79%
B = 1.64%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#136502 (or 0x136502) is known color: Green. HEX triplet: 13, 65 and 02. RGB value is (19,101,2). Sum of RGB (Red+Green+Blue) = 19+101+2=122 (16% of max value = 765). Red value is 19 (7.81% from 255 or 15.57% from 122); Green value is 101 (39.84% from 255 or 82.79% from 122); Blue value is 2 (1.17% from 255 or 1.64% from 122); Max value from RGB is 101 - color contains mainly: green. Hex color #136502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136502 is #EC9AFD. Grayscale: #414141. Windows color (decimal): -15506174 or 156947. OLE color: 156947.

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

Color convert

RGB 19 101 2 -
CMYK 0.81 0 0.98 0.60
HSL 109.7º 0.96% 0.2% -
HSV(B) 109.7º 0.98% 0.4% -
XYZ 4.93 9.45 1.62 -
YUV 65.2 92.33 95.05 -
System Red Green Blue C M Y K H S L
Decimal 19 101 2 0.81 0 0.98 0.60 109.7 0.96 0.2
Hex 13 65 2 51 0 62 3C 6E 60 14
Octal 23 145 2 121 0 142 74 156 140 24
Binary 10011 1100101 10 1010001 0 1100010 111100 1101110 1100000 10100

Color Harmonies of #136502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #136502

Black with #136502

Text Example


Text Example

White with #136502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #136502; }

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

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

background-color css

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

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

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

border-color css

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

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

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