Html Css Color HEX #949D3D Wasabi

📋 copy color: '#949D3D'

red 148 ◦ green 157 ◦ blue 61

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

Shades of Wasabi #949D3D

Tints of Wasabi #949D3D

RGB

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

 GREEN value IS 157 (61.72% from 255) = 42.9%

 BLUE value IS 61 (24.22% from 255) = 16.67%

R = 40.44%
G = 42.9%
B = 16.67%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.61

 K value IS 0.38

RGB Variations

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

Color information

#949D3D (or 0x949D3D) is known color: Wasabi. HEX triplet: 94, 9D and 3D. RGB value is (148,157,61). Sum of RGB (Red+Green+Blue) = 148+157+61=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 157 (61.72% from 255 or 42.90% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 157 - color contains mainly: green. Hex color #949D3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949D3D is #6B62C2. Grayscale: #8F8F8F. Windows color (decimal): -7037635 or 4038036. OLE color: 4038036.

HSL color Cylindrical-coordinate representation of color #949D3D: hue angle of 65.62º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #949D3D is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 157 61 -
CMYK 0.06 0 0.61 0.38
HSL 65.63º 0.44% 0.43% -
HSV(B) 65.63º 0.61% 0.62% -
XYZ 25.11 30.75 9.03 -
YUV 143.37 81.52 131.31 -
System Red Green Blue C M Y K H S L
Decimal 148 157 61 0.06 0 0.61 0.38 65.63 0.44 0.43
Hex 94 9D 3D 6 0 3D 26 42 2C 2B
Octal 224 235 75 6 0 75 46 102 54 53
Binary 10010100 10011101 111101 110 0 111101 100110 1000010 101100 101011

Color Harmonies of #949D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949D3D

Black with #949D3D

Text Example


Text Example

White with #949D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949D3D; }

 p { color: rgb(148,157,61); }

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

background-color css

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

 a { background-color: rgb(148,157,61); }

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

border-color css

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

 span { border-color: rgb(148,157,61); }

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