Html Css Color HEX #006304 Green

📋 copy color: '#006304'

red 0 ◦ green 99 ◦ blue 4

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

Shades of Green #006304

Tints of Green #006304

RGB

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

 GREEN value IS 99 (39.06% from 255) = 96.12%

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

R = 0%
G = 96.12%
B = 3.88%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.61

RGB Variations

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

Color information

#006304 (or 0x006304) is known color: Green. HEX triplet: 00, 63 and 04. RGB value is (0,99,4). Sum of RGB (Red+Green+Blue) = 0+99+4=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 99 (39.06% from 255 or 96.12% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 99 - color contains mainly: green. Hex color #006304 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006304 is #FF9CFB. Grayscale: #3A3A3A. Windows color (decimal): -16751868 or 287488. OLE color: 287488.

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

Color convert

RGB 0 99 4 -
CMYK 1 0 0.96 0.61
HSL 122.42º 1% 0.19% -
HSV(B) 122.42º 1% 0.39% -
XYZ 4.48 8.93 1.6 -
YUV 58.57 97.2 86.22 -
System Red Green Blue C M Y K H S L
Decimal 0 99 4 1 0 0.96 0.61 122.42 1 0.19
Hex 0 63 4 64 0 60 3D 7A 64 13
Octal 0 143 4 144 0 140 75 172 144 23
Binary 0 1100011 100 1100100 0 1100000 111101 1111010 1100100 10011

Color Harmonies of #006304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #006304

Black with #006304

Text Example


Text Example

White with #006304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #006304; }

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

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

background-color css

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

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

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

border-color css

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

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

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