Html Css Color HEX #03C355 Malachite

📋 copy color: '#03C355'

red 3 ◦ green 195 ◦ blue 85

#03C355
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #03C355

Tints of Malachite #03C355

RGB

 RED value IS 3 (1.56% from 255) = 1.06%

 GREEN value IS 195 (76.56% from 255) = 68.9%

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 1.06%
G = 68.9%
B = 30.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#03C355 (or 0x03C355) is known color: Malachite. HEX triplet: 03, C3 and 55. RGB value is (3,195,85). Sum of RGB (Red+Green+Blue) = 3+195+85=283 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 283); Green value is 195 (76.56% from 255 or 68.90% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 195 - color contains mainly: green. Hex color #03C355 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C355 is #FC3CAA. Grayscale: #7D7D7D. Windows color (decimal): -16530603 or 5620483. OLE color: 5620483.

HSL color Cylindrical-coordinate representation of color #03C355: hue angle of 145.62º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03C355 is Cyan = 0.98, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 195 85 -
CMYK 0.98 0 0.56 0.24
HSL 145.63º 0.97% 0.39% -
HSV(B) 145.63º 0.98% 0.76% -
XYZ 21.19 39.71 15.14 -
YUV 125.05 105.39 40.94 -
System Red Green Blue C M Y K H S L
Decimal 3 195 85 0.98 0 0.56 0.24 145.63 0.97 0.39
Hex 3 C3 55 62 0 38 18 92 61 27
Octal 3 303 125 142 0 70 30 222 141 47
Binary 11 11000011 1010101 1100010 0 111000 11000 10010010 1100001 100111

Color Harmonies of #03C355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C355

Black with #03C355

Text Example


Text Example

White with #03C355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,195,85); }

 H1.HeaderClassName
 {
   color: #03C355;
 }
 .AnyTagClassName
 {
   color: #03C355;
 }
</style>

background-color css

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

 a { background-color: rgb(3,195,85); }

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

border-color css

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

 span { border-color: rgb(3,195,85); }

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