#048618

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

Shades of Green #048618

Tints of Green #048618

Color information

#048618 (or 0x048618) is unknown color: approx Green. HEX triplet: 04, 86 and 18. RGB value is (4,134,24). Sum of RGB (Red+Green+Blue) = 4+134+24=162 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.47% from 162); Green value is 134 (52.73% from 255 or 82.72% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 134 - color contains mainly: green. Hex color #048618 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048618 is #FB79E7. Grayscale: #525252. Windows color (decimal): -16480744 or 1607172. OLE color: 1607172.

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

Color convert

RGB413424-
CMYK0.9700.820.47
HSL129.23º94.2%27.06%-
HSV(B)129.23º97.01%52.55%-
XYZ8.7417.143.71-
YUV82.5994.9371.94-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.47%
GREEN value IS 134 (52.73% from 255) = 82.72%
BLUE value IS 24 (9.77% from 255) = 14.81%
R=2.47%
G=82.72%
B=14.81%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal4134240.9700.820.47129.2394.227.06
Hex48618610522F815e1b
Octal42063014101225720113633
Binary100100001101100011000010101001010111110000001101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048618; }

 p { color: rgb(4,134,24); }

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

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

 a { background-color: rgb(4,134,24); }

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

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

 span { border-color: rgb(4,134,24); }

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