Html Css Color HEX #006004 Green

📋 copy color: '#006004'

red 0 ◦ green 96 ◦ blue 4

#006004
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #006004

Tints of Green #006004

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 96 (37.89% from 255) = 96%

 BLUE value IS 4 (1.95% from 255) = 4%

R = 0%
G = 96%
B = 4%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.62

RGB Variations

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

Color information

#006004 (or 0x006004) is known color: Green. HEX triplet: 00, 60 and 04. RGB value is (0,96,4). Sum of RGB (Red+Green+Blue) = 0+96+4=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 96 (37.89% from 255 or 96% from 100); Blue value is 4 (1.95% from 255 or 4% from 100); Max value from RGB is 96 - color contains mainly: green. Hex color #006004 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006004 is #FF9FFB. Grayscale: #393939. Windows color (decimal): -16752636 or 286720. OLE color: 286720.

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

Color convert

RGB 0 96 4 -
CMYK 1 0 0.96 0.62
HSL 122.5º 1% 0.19% -
HSV(B) 122.5º 1% 0.38% -
XYZ 4.2 8.37 1.51 -
YUV 56.81 98.2 87.48 -
System Red Green Blue C M Y K H S L
Decimal 0 96 4 1 0 0.96 0.62 122.5 1 0.19
Hex 0 60 4 64 0 60 3E 7B 64 13
Octal 0 140 4 144 0 140 76 173 144 23
Binary 0 1100000 100 1100100 0 1100000 111110 1111011 1100100 10011

Color Harmonies of #006004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006004

Black with #006004

Text Example


Text Example

White with #006004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006004; }

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

 H1.HeaderClassName
 {
   color: #006004;
 }
 .AnyTagClassName
 {
   color: #006004;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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