Html Css Color HEX #94A448 Green Smoke

📋 copy color: '#94A448'

red 148 ◦ green 164 ◦ blue 72

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

Shades of Green Smoke #94A448

Tints of Green Smoke #94A448

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.71%

 BLUE value IS 72 (28.52% from 255) = 18.75%

R = 38.54%
G = 42.71%
B = 18.75%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.56

 K value IS 0.36

RGB Variations

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

Color information

#94A448 (or 0x94A448) is known color: Green Smoke. HEX triplet: 94, A4 and 48. RGB value is (148,164,72). Sum of RGB (Red+Green+Blue) = 148+164+72=384 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.54% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 72 (28.52% from 255 or 18.75% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #94A448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #94A448 is #6B5BB7. Grayscale: #959595. Windows color (decimal): -7035832 or 4760724. OLE color: 4760724.

HSL color Cylindrical-coordinate representation of color #94A448: hue angle of 70.43º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94A448 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.36.

Color convert

RGB 148 164 72 -
CMYK 0.10 0 0.56 0.36
HSL 70.43º 0.39% 0.46% -
HSV(B) 70.43º 0.56% 0.64% -
XYZ 26.66 33.31 11.16 -
YUV 148.73 84.7 127.48 -
System Red Green Blue C M Y K H S L
Decimal 148 164 72 0.10 0 0.56 0.36 70.43 0.39 0.46
Hex 94 A4 48 A 0 38 24 46 27 2E
Octal 224 244 110 12 0 70 44 106 47 56
Binary 10010100 10100100 1001000 1010 0 111000 100100 1000110 100111 101110

Color Harmonies of #94A448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94A448

Black with #94A448

Text Example


Text Example

White with #94A448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94A448; }

 p { color: rgb(148,164,72); }

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

background-color css

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

 a { background-color: rgb(148,164,72); }

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

border-color css

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

 span { border-color: rgb(148,164,72); }

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