Html Css Color HEX #949063 Malachite Green

📋 copy color: '#949063'

red 148 ◦ green 144 ◦ blue 99

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

Shades of Malachite Green #949063

Tints of Malachite Green #949063

RGB

 RED value IS 148 (58.2% from 255) = 37.85%

 GREEN value IS 144 (56.64% from 255) = 36.83%

 BLUE value IS 99 (39.06% from 255) = 25.32%

R = 37.85%
G = 36.83%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#949063 (or 0x949063) is known color: Malachite Green. HEX triplet: 94, 90 and 63. RGB value is (148,144,99). Sum of RGB (Red+Green+Blue) = 148+144+99=391 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.85% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 148 - color contains mainly: red. Hex color #949063 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949063 is #6B6F9C. Grayscale: #8C8C8C. Windows color (decimal): -7040925 or 6525076. OLE color: 6525076.

HSL color Cylindrical-coordinate representation of color #949063: hue angle of 55.1º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #949063 is Cyan = 0, Magento = 0.03, Yellow = 0.33 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 144 99 -
CMYK 0 0.03 0.33 0.42
HSL 55.1º 0.2% 0.48% -
HSV(B) 55.1º 0.33% 0.58% -
XYZ 24.44 27.14 15.76 -
YUV 140.07 104.83 133.66 -
System Red Green Blue C M Y K H S L
Decimal 148 144 99 0 0.03 0.33 0.42 55.1 0.2 0.48
Hex 94 90 63 0 3 21 2A 37 14 30
Octal 224 220 143 0 3 41 52 67 24 60
Binary 10010100 10010000 1100011 0 11 100001 101010 110111 10100 110000

Color Harmonies of #949063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949063

Black with #949063

Text Example


Text Example

White with #949063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949063; }

 p { color: rgb(148,144,99); }

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

background-color css

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

 a { background-color: rgb(148,144,99); }

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

border-color css

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

 span { border-color: rgb(148,144,99); }

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