#048503

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

Shades of Green #048503

Tints of Green #048503

Color information

#048503 (or 0x048503) is unknown color: approx Green. HEX triplet: 04, 85 and 03. RGB value is (4,133,3). Sum of RGB (Red+Green+Blue) = 4+133+3=140 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.86% from 140); Green value is 133 (52.34% from 255 or 95% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 133 - color contains mainly: green. Hex color #048503 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #048503 is #FB7AFC. Grayscale: #505050. Windows color (decimal): -16481021 or 230660. OLE color: 230660.

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

Color convert

RGB41333-
CMYK0.9700.980.48
HSL119.54º95.59%26.67%-
HSV(B)119.54º97.74%52.16%-
XYZ8.4516.812.88-
YUV79.6184.7674.07-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.86%
GREEN value IS 133 (52.34% from 255) = 95%
BLUE value IS 3 (1.56% from 255) = 2.14%
R=2.86%
G=95%
B=2.14%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal413330.9700.980.48119.5495.5926.67
Hex4853610623078601b
Octal4205314101426017014033
Binary10010000101111100001011000101100001111000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048503; }

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

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

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

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

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

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

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

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