#03C852

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

Shades of Malachite #03C852

Tints of Malachite #03C852

Color information

#03C852 (or 0x03C852) is unknown color: approx Malachite. HEX triplet: 03, C8 and 52. RGB value is (3,200,82). Sum of RGB (Red+Green+Blue) = 3+200+82=285 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 285); Green value is 200 (78.52% from 255 or 70.18% from 285); Blue value is 82 (32.42% from 255 or 28.77% from 285); Max value from RGB is 200 - color contains mainly: green. Hex color #03C852 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C852 is #FC37AD. Grayscale: #7F7F7F. Windows color (decimal): -16529326 or 5425155. OLE color: 5425155.

HSL color Cylindrical-coordinate representation of color #03C852: hue angle of 144.06º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C852 is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB320082-
CMYK0.9800.590.22
HSL144.06º97.04%39.8%-
HSV(B)144.06º98.5%78.43%-
XYZ22.2141.9414.91-
YUV127.64102.2339.09-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.05%
GREEN value IS 200 (78.52% from 255) = 70.18%
BLUE value IS 82 (32.42% from 255) = 28.77%
R=1.05%
G=70.18%
B=28.77%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal3200820.9800.590.22144.0697.0439.8
Hex3C8526203B16906128
Octal33101221420732622014150
Binary111100100010100101100010011101110110100100001100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03C852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(3,200,82); }

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

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

 a { background-color: rgb(3,200,82); }

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

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

 span { border-color: rgb(3,200,82); }

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