Html Css Color HEX #94936C Malachite Green

📋 copy color: '#94936C'

red 148 ◦ green 147 ◦ blue 108

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

Shades of Malachite Green #94936C

Tints of Malachite Green #94936C

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.48%

 BLUE value IS 108 (42.58% from 255) = 26.8%

R = 36.72%
G = 36.48%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#94936C (or 0x94936C) is known color: Malachite Green. HEX triplet: 94, 93 and 6C. RGB value is (148,147,108). Sum of RGB (Red+Green+Blue) = 148+147+108=403 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.72% from 403); Green value is 147 (57.81% from 255 or 36.48% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 148 - color contains mainly: red. Hex color #94936C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #94936C is #6B6C93. Grayscale: #8F8F8F. Windows color (decimal): -7040148 or 7115668. OLE color: 7115668.

HSL color Cylindrical-coordinate representation of color #94936C: hue angle of 58.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94936C is Cyan = 0, Magento = 0.01, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 147 108 -
CMYK 0 0.01 0.27 0.42
HSL 58.5º 0.16% 0.5% -
HSV(B) 58.5º 0.27% 0.58% -
XYZ 25.35 28.25 18.3 -
YUV 142.85 108.33 131.67 -
System Red Green Blue C M Y K H S L
Decimal 148 147 108 0 0.01 0.27 0.42 58.5 0.16 0.5
Hex 94 93 6C 0 1 1B 2A 3A 10 32
Octal 224 223 154 0 1 33 52 72 20 62
Binary 10010100 10010011 1101100 0 1 11011 101010 111010 10000 110010

Color Harmonies of #94936C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94936C

Black with #94936C

Text Example


Text Example

White with #94936C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94936C; }

 p { color: rgb(148,147,108); }

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

background-color css

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

 a { background-color: rgb(148,147,108); }

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

border-color css

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

 span { border-color: rgb(148,147,108); }

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