Html Css Color HEX #04640C Green

📋 copy color: '#04640C'

red 4 ◦ green 100 ◦ blue 12

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

Shades of Green #04640C

Tints of Green #04640C

RGB

 RED value IS 4 (1.95% from 255) = 3.45%

 GREEN value IS 100 (39.45% from 255) = 86.21%

 BLUE value IS 12 (5.08% from 255) = 10.34%

R = 3.45%
G = 86.21%
B = 10.34%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.61

RGB Variations

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

Color information

#04640C (or 0x04640C) is known color: Green. HEX triplet: 04, 64 and 0C. RGB value is (4,100,12). Sum of RGB (Red+Green+Blue) = 4+100+12=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 100 (39.45% from 255 or 86.21% from 116); Blue value is 12 (5.08% from 255 or 10.34% from 116); Max value from RGB is 100 - color contains mainly: green. Hex color #04640C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04640C is #FB9BF3. Grayscale: #3D3D3D. Windows color (decimal): -16489460 or 812036. OLE color: 812036.

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

Color convert

RGB 4 100 12 -
CMYK 0.96 0 0.88 0.61
HSL 125º 0.92% 0.2% -
HSV(B) 125º 0.96% 0.39% -
XYZ 4.67 9.17 1.87 -
YUV 61.26 100.2 87.16 -
System Red Green Blue C M Y K H S L
Decimal 4 100 12 0.96 0 0.88 0.61 125 0.92 0.2
Hex 4 64 C 60 0 58 3D 7D 5C 14
Octal 4 144 14 140 0 130 75 175 134 24
Binary 100 1100100 1100 1100000 0 1011000 111101 1111101 1011100 10100

Color Harmonies of #04640C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04640C

Black with #04640C

Text Example


Text Example

White with #04640C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04640C; }

 p { color: rgb(4,100,12); }

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

background-color css

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

 a { background-color: rgb(4,100,12); }

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

border-color css

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

 span { border-color: rgb(4,100,12); }

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