Html Css Color HEX #04750E Green

📋 copy color: '#04750E'

red 4 ◦ green 117 ◦ blue 14

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

Shades of Green #04750E

Tints of Green #04750E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 86.67%

 BLUE value IS 14 (5.86% from 255) = 10.37%

R = 2.96%
G = 86.67%
B = 10.37%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#04750E (or 0x04750E) is known color: Green. HEX triplet: 04, 75 and 0E. RGB value is (4,117,14). Sum of RGB (Red+Green+Blue) = 4+117+14=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 117 (46.09% from 255 or 86.67% from 135); Blue value is 14 (5.86% from 255 or 10.37% from 135); Max value from RGB is 117 - color contains mainly: green. Hex color #04750E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04750E is #FB8AF1. Grayscale: #474747. Windows color (decimal): -16485106 or 947460. OLE color: 947460.

HSL color Cylindrical-coordinate representation of color #04750E: hue angle of 125.31º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04750E is Cyan = 0.97, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 4 117 14 -
CMYK 0.97 0 0.88 0.54
HSL 125.31º 0.93% 0.24% -
HSV(B) 125.31º 0.97% 0.46% -
XYZ 6.49 12.78 2.54 -
YUV 71.47 95.56 79.88 -
System Red Green Blue C M Y K H S L
Decimal 4 117 14 0.97 0 0.88 0.54 125.31 0.93 0.24
Hex 4 75 E 61 0 58 36 7D 5D 18
Octal 4 165 16 141 0 130 66 175 135 30
Binary 100 1110101 1110 1100001 0 1011000 110110 1111101 1011101 11000

Color Harmonies of #04750E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04750E

Black with #04750E

Text Example


Text Example

White with #04750E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04750E; }

 p { color: rgb(4,117,14); }

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

background-color css

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

 a { background-color: rgb(4,117,14); }

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

border-color css

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

 span { border-color: rgb(4,117,14); }

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