#048506

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

Shades of Green #048506

Tints of Green #048506

Color information

#048506 (or 0x048506) is unknown color: approx Green. HEX triplet: 04, 85 and 06. RGB value is (4,133,6). Sum of RGB (Red+Green+Blue) = 4+133+6=143 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.80% from 143); Green value is 133 (52.34% from 255 or 93.01% from 143); Blue value is 6 (2.73% from 255 or 4.20% from 143); Max value from RGB is 133 - color contains mainly: green. Hex color #048506 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048506 is #FB7AF9. Grayscale: #505050. Windows color (decimal): -16481018 or 427268. OLE color: 427268.

HSL color Cylindrical-coordinate representation of color #048506: hue angle of 120.93º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048506 is Cyan = 0.97, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.48.

Color convert

RGB41336-
CMYK0.9700.950.48
HSL120.93º94.16%26.86%-
HSV(B)120.93º96.99%52.16%-
XYZ8.4716.812.97-
YUV79.9586.2673.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.80%
GREEN value IS 133 (52.34% from 255) = 93.01%
BLUE value IS 6 (2.73% from 255) = 4.20%
R=2.80%
G=93.01%
B=4.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal413360.9700.950.48120.9394.1626.86
Hex48566105F30795e1b
Octal4205614101376017113633
Binary100100001011101100001010111111100001111001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048506; }

 p { color: rgb(4,133,6); }

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

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

 a { background-color: rgb(4,133,6); }

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

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

 span { border-color: rgb(4,133,6); }

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