#00640D

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

Shades of Green #00640D

Tints of Green #00640D

Color information

#00640D (or 0x00640D) is unknown color: approx Green. HEX triplet: 00, 64 and 0D. RGB value is (0,100,13). Sum of RGB (Red+Green+Blue) = 0+100+13=113 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 113); Green value is 100 (39.45% from 255 or 88.50% from 113); Blue value is 13 (5.47% from 255 or 11.50% from 113); Max value from RGB is 100 - color contains mainly: green. Hex color #00640D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00640D is #FF9BF2. Grayscale: #3C3C3C. Windows color (decimal): -16751603 or 877568. OLE color: 877568.

HSL color Cylindrical-coordinate representation of color #00640D: hue angle of 127.8º 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 #00640D is Cyan = 1, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.61.

Color convert

RGB010013-
CMYK100.870.61
HSL127.8º100%19.61%-
HSV(B)127.8º100%39.22%-
XYZ4.639.141.9-
YUV60.18101.3785.07-

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) = 88.50%
BLUE value IS 13 (5.47% from 255) = 11.50%
R=0%
G=88.50%
B=11.50%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal010013100.870.61127.810019.61
Hex064D640573D806414
Octal01441514401277520014424
Binary01100100110111001000101011111110110000000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00640D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00640D; }

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

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

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

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

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

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

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

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