Html Css Color HEX #949F40 Wasabi

📋 copy color: '#949F40'

red 148 ◦ green 159 ◦ blue 64

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

Shades of Wasabi #949F40

Tints of Wasabi #949F40

RGB

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

 GREEN value IS 159 (62.5% from 255) = 42.86%

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 39.89%
G = 42.86%
B = 17.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.60

 K value IS 0.38

RGB Variations

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

Color information

#949F40 (or 0x949F40) is known color: Wasabi. HEX triplet: 94, 9F and 40. RGB value is (148,159,64). Sum of RGB (Red+Green+Blue) = 148+159+64=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 159 (62.5% from 255 or 42.86% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 159 - color contains mainly: green. Hex color #949F40 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #949F40 is #6B60BF. Grayscale: #919191. Windows color (decimal): -7037120 or 4235156. OLE color: 4235156.

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

Color convert

RGB 148 159 64 -
CMYK 0.07 0 0.60 0.38
HSL 66.95º 0.43% 0.44% -
HSV(B) 66.95º 0.6% 0.62% -
XYZ 25.54 31.46 9.58 -
YUV 144.88 82.36 130.22 -
System Red Green Blue C M Y K H S L
Decimal 148 159 64 0.07 0 0.60 0.38 66.95 0.43 0.44
Hex 94 9F 40 7 0 3C 26 43 2B 2C
Octal 224 237 100 7 0 74 46 103 53 54
Binary 10010100 10011111 1000000 111 0 111100 100110 1000011 101011 101100

Color Harmonies of #949F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F40

Black with #949F40

Text Example


Text Example

White with #949F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,159,64); }

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

background-color css

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

 a { background-color: rgb(148,159,64); }

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

border-color css

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

 span { border-color: rgb(148,159,64); }

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