#136002

Color #136002 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #136002

Tints of Green #136002

Color information

#136002 (or 0x136002) is unknown color: approx Green. HEX triplet: 13, 60 and 02. RGB value is (19,96,2). Sum of RGB (Red+Green+Blue) = 19+96+2=117 (15% of max value = 765). Red value is 19 (7.81% from 255 or 16.24% from 117); Green value is 96 (37.89% from 255 or 82.05% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 96 - color contains mainly: green. Hex color #136002 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136002 is #EC9FFD. Grayscale: #3E3E3E. Windows color (decimal): -15507454 or 155667. OLE color: 155667.

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

Color convert

RGB19962-
CMYK0.8000.980.62
HSL109.15º95.92%19.22%-
HSV(B)109.15º97.92%37.65%-
XYZ4.468.511.46-
YUV62.2693.9997.14-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 16.24%
GREEN value IS 96 (37.89% from 255) = 82.05%
BLUE value IS 2 (1.17% from 255) = 1.71%
R=16.24%
G=82.05%
B=1.71%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal199620.8000.980.62109.1595.9219.22
Hex13602500623E6d6013
Octal23140212001427615514023
Binary100111100000101010000011000101111101101101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136002; }

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

 H1.HeaderClassName
 {
   color: #136002;
 }
 .AnyTagClassName
 {
   color: #136002;
 }
</style>
background-color css

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

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

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

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

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

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