#04780C

Color #04780C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #04780C

Tints of Green #04780C

Color information

#04780C (or 0x04780C) is unknown color: approx Green. HEX triplet: 04, 78 and 0C. RGB value is (4,120,12). Sum of RGB (Red+Green+Blue) = 4+120+12=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 120 (47.27% from 255 or 88.24% from 136); Blue value is 12 (5.08% from 255 or 8.82% from 136); Max value from RGB is 120 - color contains mainly: green. Hex color #04780C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04780C is #FB87F3. Grayscale: #494949. Windows color (decimal): -16484340 or 817156. OLE color: 817156.

HSL color Cylindrical-coordinate representation of color #04780C: hue angle of 124.14º degrees, saturation: 0.94, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04780C is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB412012-
CMYK0.9700.900.53
HSL124.14º93.55%24.31%-
HSV(B)124.14º96.67%47.06%-
XYZ6.8313.492.59-
YUV7393.5778.78-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.94%
GREEN value IS 120 (47.27% from 255) = 88.24%
BLUE value IS 12 (5.08% from 255) = 8.82%
R=2.94%
G=88.24%
B=8.82%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal4120120.9700.900.53124.1493.5524.31
Hex478C6105A357c5e18
Octal41701414101326517413630
Binary100111100011001100001010110101101011111100101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #04780C;
 }
 .AnyTagClassName
 {
   color: #04780C;
 }
</style>
background-color css

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

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

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

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

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

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