#006413

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

Shades of Green #006413

Tints of Green #006413

Color information

#006413 (or 0x006413) is unknown color: approx Green. HEX triplet: 00, 64 and 13. RGB value is (0,100,19). Sum of RGB (Red+Green+Blue) = 0+100+19=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 100 (39.45% from 255 or 84.03% from 119); Blue value is 19 (7.81% from 255 or 15.97% from 119); Max value from RGB is 100 - color contains mainly: green. Hex color #006413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006413 is #FF9BEC. Grayscale: #3D3D3D. Windows color (decimal): -16751597 or 1270784. OLE color: 1270784.

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

Color convert

RGB010019-
CMYK100.810.61
HSL131.4º100%19.61%-
HSV(B)131.4º100%39.22%-
XYZ4.679.162.14-
YUV60.87104.3784.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 100 (39.45% from 255) = 84.03%
BLUE value IS 19 (7.81% from 255) = 15.97%
R=0%
G=84.03%
B=15.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal010019100.810.61131.410019.61
Hex06413640513D836414
Octal01442314401217520314424
Binary011001001001111001000101000111110110000011110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006413; }

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

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

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

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

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

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

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

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