#00640B

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

Shades of Green #00640B

Tints of Green #00640B

Color information

#00640B (or 0x00640B) is unknown color: approx Green. HEX triplet: 00, 64 and 0B. RGB value is (0,100,11). Sum of RGB (Red+Green+Blue) = 0+100+11=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 100 (39.45% from 255 or 90.09% from 111); Blue value is 11 (4.69% from 255 or 9.91% from 111); Max value from RGB is 100 - color contains mainly: green. Hex color #00640B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00640B is #FF9BF4. Grayscale: #3C3C3C. Windows color (decimal): -16751605 or 746496. OLE color: 746496.

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

Color convert

RGB010011-
CMYK100.890.61
HSL126.6º100%19.61%-
HSV(B)126.6º100%39.22%-
XYZ4.629.141.84-
YUV59.95100.3785.24-

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) = 90.09%
BLUE value IS 11 (4.69% from 255) = 9.91%
R=0%
G=90.09%
B=9.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal010011100.890.61126.610019.61
Hex064B640593D7f6414
Octal01441314401317517714424
Binary0110010010111100100010110011111011111111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00640B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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