Html Css Color HEX #949275 Malachite Green

📋 copy color: '#949275'

red 148 ◦ green 146 ◦ blue 117

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

Shades of Malachite Green #949275

Tints of Malachite Green #949275

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.52%

 BLUE value IS 117 (46.09% from 255) = 28.47%

R = 36.01%
G = 35.52%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#949275 (or 0x949275) is known color: Malachite Green. HEX triplet: 94, 92 and 75. RGB value is (148,146,117). Sum of RGB (Red+Green+Blue) = 148+146+117=411 (54% of max value = 765). Red value is 148 (58.20% from 255 or 36.01% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 148 - color contains mainly: red. Hex color #949275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949275 is #6B6D8A. Grayscale: #8F8F8F. Windows color (decimal): -7040395 or 7705236. OLE color: 7705236.

HSL color Cylindrical-coordinate representation of color #949275: hue angle of 56.13º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #949275 is Cyan = 0, Magento = 0.01, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 146 117 -
CMYK 0 0.01 0.21 0.42
HSL 56.13º 0.13% 0.52% -
HSV(B) 56.13º 0.21% 0.58% -
XYZ 25.7 28.14 20.91 -
YUV 143.29 113.16 131.36 -
System Red Green Blue C M Y K H S L
Decimal 148 146 117 0 0.01 0.21 0.42 56.13 0.13 0.52
Hex 94 92 75 0 1 15 2A 38 D 34
Octal 224 222 165 0 1 25 52 70 15 64
Binary 10010100 10010010 1110101 0 1 10101 101010 111000 1101 110100

Color Harmonies of #949275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949275

Black with #949275

Text Example


Text Example

White with #949275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949275; }

 p { color: rgb(148,146,117); }

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

background-color css

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

 a { background-color: rgb(148,146,117); }

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

border-color css

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

 span { border-color: rgb(148,146,117); }

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