Html Css Color HEX #03D06B Malachite

📋 copy color: '#03D06B'

red 3 ◦ green 208 ◦ blue 107

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

Shades of Malachite #03D06B

Tints of Malachite #03D06B

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65.41%

 BLUE value IS 107 (42.19% from 255) = 33.65%

R = 0.94%
G = 65.41%
B = 33.65%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#03D06B (or 0x03D06B) is known color: Malachite. HEX triplet: 03, D0 and 6B. RGB value is (3,208,107). Sum of RGB (Red+Green+Blue) = 3+208+107=318 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.94% from 318); Green value is 208 (81.64% from 255 or 65.41% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 208 - color contains mainly: green. Hex color #03D06B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D06B is #FC2F94. Grayscale: #878787. Windows color (decimal): -16527253 or 7065603. OLE color: 7065603.

HSL color Cylindrical-coordinate representation of color #03D06B: hue angle of 150.44º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D06B is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 208 107 -
CMYK 0.99 0 0.49 0.18
HSL 150.44º 0.97% 0.41% -
HSV(B) 150.44º 0.99% 0.82% -
XYZ 25.25 46.19 21.5 -
YUV 135.19 112.08 33.71 -
System Red Green Blue C M Y K H S L
Decimal 3 208 107 0.99 0 0.49 0.18 150.44 0.97 0.41
Hex 3 D0 6B 63 0 31 12 96 61 29
Octal 3 320 153 143 0 61 22 226 141 51
Binary 11 11010000 1101011 1100011 0 110001 10010 10010110 1100001 101001

Color Harmonies of #03D06B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D06B

Black with #03D06B

Text Example


Text Example

White with #03D06B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,208,107); }

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

background-color css

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

 a { background-color: rgb(3,208,107); }

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

border-color css

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

 span { border-color: rgb(3,208,107); }

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