#04580C

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

Shades of Green #04580C

Tints of Green #04580C

Color information

#04580C (or 0x04580C) is unknown color: approx Green. HEX triplet: 04, 58 and 0C. RGB value is (4,88,12). Sum of RGB (Red+Green+Blue) = 4+88+12=104 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.85% from 104); Green value is 88 (34.77% from 255 or 84.62% from 104); Blue value is 12 (5.08% from 255 or 11.54% from 104); Max value from RGB is 88 - color contains mainly: green. Hex color #04580C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #04580C is #FBA7F3. Grayscale: #363636. Windows color (decimal): -16492532 or 808964. OLE color: 808964.

HSL color Cylindrical-coordinate representation of color #04580C: hue angle of 125.71º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04580C is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB48812-
CMYK0.9500.860.65
HSL125.71º91.3%18.04%-
HSV(B)125.71º95.45%34.51%-
XYZ3.617.031.52-
YUV54.22104.1792.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.85%
GREEN value IS 88 (34.77% from 255) = 84.62%
BLUE value IS 12 (5.08% from 255) = 11.54%
R=3.85%
G=84.62%
B=11.54%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal488120.9500.860.65125.7191.318.04
Hex458C5F056417e5b12
Octal413014137012610117613322
Binary1001011000110010111110101011010000011111110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04580C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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