Html Css Color HEX #949062 Malachite Green

📋 copy color: '#949062'

red 148 ◦ green 144 ◦ blue 98

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

Shades of Malachite Green #949062

Tints of Malachite Green #949062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 25.13%

R = 37.95%
G = 36.92%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#949062 (or 0x949062) is known color: Malachite Green. HEX triplet: 94, 90 and 62. RGB value is (148,144,98). Sum of RGB (Red+Green+Blue) = 148+144+98=390 (51% of max value = 765). Red value is 148 (58.20% from 255 or 37.95% from 390); Green value is 144 (56.64% from 255 or 36.92% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 148 - color contains mainly: red. Hex color #949062 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949062 is #6B6F9D. Grayscale: #8C8C8C. Windows color (decimal): -7040926 or 6459540. OLE color: 6459540.

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

Color convert

RGB 148 144 98 -
CMYK 0 0.03 0.34 0.42
HSL 55.2º 0.2% 0.48% -
HSV(B) 55.2º 0.34% 0.58% -
XYZ 24.39 27.12 15.51 -
YUV 139.95 104.33 133.74 -
System Red Green Blue C M Y K H S L
Decimal 148 144 98 0 0.03 0.34 0.42 55.2 0.2 0.48
Hex 94 90 62 0 3 22 2A 37 14 30
Octal 224 220 142 0 3 42 52 67 24 60
Binary 10010100 10010000 1100010 0 11 100010 101010 110111 10100 110000

Color Harmonies of #949062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949062

Black with #949062

Text Example


Text Example

White with #949062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949062; }

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

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

background-color css

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

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

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

border-color css

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

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

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