#03D348

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

Shades of Malachite #03D348

Tints of Malachite #03D348

Color information

#03D348 (or 0x03D348) is unknown color: approx Malachite. HEX triplet: 03, D3 and 48. RGB value is (3,211,72). Sum of RGB (Red+Green+Blue) = 3+211+72=286 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 286); Green value is 211 (82.81% from 255 or 73.78% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 211 - color contains mainly: green. Hex color #03D348 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D348 is #FC2CB7. Grayscale: #858585. Windows color (decimal): -16526520 or 4772611. OLE color: 4772611.

HSL color Cylindrical-coordinate representation of color #03D348: hue angle of 139.9º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D348 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.17.

Color convert

RGB321172-
CMYK0.9900.660.17
HSL139.9º97.2%41.96%-
HSV(B)139.9º98.58%82.75%-
XYZ24.547.0813.93-
YUV132.9693.5935.3-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 211 (82.81% from 255) = 73.78%
BLUE value IS 72 (28.52% from 255) = 25.17%
R=1.05%
G=73.78%
B=25.17%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal3211720.9900.660.17139.997.241.96
Hex3D34863042118c612a
Octal332311014301022121414152
Binary1111010011100100011000110100001010001100011001100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03D348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03D348; }

 p { color: rgb(3,211,72); }

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

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

 a { background-color: rgb(3,211,72); }

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

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

 span { border-color: rgb(3,211,72); }

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