Html Css Color HEX #03C360 Malachite

📋 copy color: '#03C360'

red 3 ◦ green 195 ◦ blue 96

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

Shades of Malachite #03C360

Tints of Malachite #03C360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 32.65%

R = 1.02%
G = 66.33%
B = 32.65%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#03C360 (or 0x03C360) is known color: Malachite. HEX triplet: 03, C3 and 60. RGB value is (3,195,96). Sum of RGB (Red+Green+Blue) = 3+195+96=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 195 (76.56% from 255 or 66.33% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 195 - color contains mainly: green. Hex color #03C360 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C360 is #FC3C9F. Grayscale: #7E7E7E. Windows color (decimal): -16530592 or 6341379. OLE color: 6341379.

HSL color Cylindrical-coordinate representation of color #03C360: hue angle of 149.06º 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 #03C360 is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB 3 195 96 -
CMYK 0.98 0 0.51 0.24
HSL 149.06º 0.97% 0.39% -
HSV(B) 149.06º 0.98% 0.76% -
XYZ 21.66 39.89 17.62 -
YUV 126.31 110.89 40.05 -
System Red Green Blue C M Y K H S L
Decimal 3 195 96 0.98 0 0.51 0.24 149.06 0.97 0.39
Hex 3 C3 60 62 0 33 18 95 61 27
Octal 3 303 140 142 0 63 30 225 141 47
Binary 11 11000011 1100000 1100010 0 110011 11000 10010101 1100001 100111

Color Harmonies of #03C360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C360

Black with #03C360

Text Example


Text Example

White with #03C360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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