#136004

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

Shades of Green #136004

Tints of Green #136004

Color information

#136004 (or 0x136004) is unknown color: approx Green. HEX triplet: 13, 60 and 04. RGB value is (19,96,4). Sum of RGB (Red+Green+Blue) = 19+96+4=119 (15% of max value = 765). Red value is 19 (7.81% from 255 or 15.97% from 119); Green value is 96 (37.89% from 255 or 80.67% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 96 - color contains mainly: green. Hex color #136004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #136004 is #EC9FFB. Grayscale: #3E3E3E. Windows color (decimal): -15507452 or 286739. OLE color: 286739.

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

Color convert

RGB19964-
CMYK0.8000.960.62
HSL110.22º92%19.61%-
HSV(B)110.22º95.83%37.65%-
XYZ4.478.511.52-
YUV62.4994.9996.98-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 15.97%
GREEN value IS 96 (37.89% from 255) = 80.67%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=15.97%
G=80.67%
B=3.36%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal199640.8000.960.62110.229219.61
Hex13604500603E6e5c14
Octal23140412001407615613424
Binary1001111000001001010000011000001111101101110101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #136004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #136004; }

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

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

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

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

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

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

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

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