Html Css Color HEX #04700C Green

📋 copy color: '#04700C'

red 4 ◦ green 112 ◦ blue 12

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

Shades of Green #04700C

Tints of Green #04700C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 87.5%

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

R = 3.13%
G = 87.5%
B = 9.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.89

 K value IS 0.56

RGB Variations

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

Color information

#04700C (or 0x04700C) is known color: Green. HEX triplet: 04, 70 and 0C. RGB value is (4,112,12). Sum of RGB (Red+Green+Blue) = 4+112+12=128 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.12% from 128); Green value is 112 (44.14% from 255 or 87.5% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 112 - color contains mainly: green. Hex color #04700C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04700C is #FB8FF3. Grayscale: #444444. Windows color (decimal): -16486388 or 815108. OLE color: 815108.

HSL color Cylindrical-coordinate representation of color #04700C: hue angle of 124.44º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #04700C is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.56.

Color convert

RGB 4 112 12 -
CMYK 0.96 0 0.89 0.56
HSL 124.44º 0.93% 0.23% -
HSV(B) 124.44º 0.96% 0.44% -
XYZ 5.91 11.64 2.28 -
YUV 68.31 96.22 82.13 -
System Red Green Blue C M Y K H S L
Decimal 4 112 12 0.96 0 0.89 0.56 124.44 0.93 0.23
Hex 4 70 C 60 0 59 38 7C 5D 17
Octal 4 160 14 140 0 131 70 174 135 27
Binary 100 1110000 1100 1100000 0 1011001 111000 1111100 1011101 10111

Color Harmonies of #04700C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04700C

Black with #04700C

Text Example


Text Example

White with #04700C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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