Html Css Color HEX #929474 Malachite Green

📋 copy color: '#929474'

red 146 ◦ green 148 ◦ blue 116

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

Shades of Malachite Green #929474

Tints of Malachite Green #929474

RGB

 RED value IS 146 (57.42% from 255) = 35.61%

 GREEN value IS 148 (58.2% from 255) = 36.1%

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 35.61%
G = 36.1%
B = 28.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.42

RGB Variations

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

Color information

#929474 (or 0x929474) is known color: Malachite Green. HEX triplet: 92, 94 and 74. RGB value is (146,148,116). Sum of RGB (Red+Green+Blue) = 146+148+116=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 148 (58.20% from 255 or 36.10% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 148 - color contains mainly: green. Hex color #929474 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #929474 is #6D6B8B. Grayscale: #8F8F8F. Windows color (decimal): -7170956 or 7640210. OLE color: 7640210.

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

Color convert

RGB 146 148 116 -
CMYK 0.01 0 0.22 0.42
HSL 63.75º 0.13% 0.52% -
HSV(B) 63.75º 0.22% 0.58% -
XYZ 25.6 28.55 20.68 -
YUV 143.75 112.34 129.6 -
System Red Green Blue C M Y K H S L
Decimal 146 148 116 0.01 0 0.22 0.42 63.75 0.13 0.52
Hex 92 94 74 1 0 16 2A 40 D 34
Octal 222 224 164 1 0 26 52 100 15 64
Binary 10010010 10010100 1110100 1 0 10110 101010 1000000 1101 110100

Color Harmonies of #929474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #929474

Black with #929474

Text Example


Text Example

White with #929474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #929474; }

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

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

background-color css

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

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

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

border-color css

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

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

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