Html Css Color HEX #859448 Wasabi

📋 copy color: '#859448'

red 133 ◦ green 148 ◦ blue 72

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

Shades of Wasabi #859448

Tints of Wasabi #859448

RGB

 RED value IS 133 (52.34% from 255) = 37.68%

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

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

R = 37.68%
G = 41.93%
B = 20.4%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#859448 (or 0x859448) is known color: Wasabi. HEX triplet: 85, 94 and 48. RGB value is (133,148,72). Sum of RGB (Red+Green+Blue) = 133+148+72=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 148 (58.20% from 255 or 41.93% from 353); Blue value is 72 (28.52% from 255 or 20.40% from 353); Max value from RGB is 148 - color contains mainly: green. Hex color #859448 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859448 is #7A6BB7. Grayscale: #878787. Windows color (decimal): -8022968 or 4756613. OLE color: 4756613.

HSL color Cylindrical-coordinate representation of color #859448: hue angle of 71.84º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #859448 is Cyan = 0.10, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 133 148 72 -
CMYK 0.10 0 0.51 0.42
HSL 71.84º 0.35% 0.43% -
HSV(B) 71.84º 0.51% 0.58% -
XYZ 21.43 26.63 10.14 -
YUV 134.85 92.53 126.68 -
System Red Green Blue C M Y K H S L
Decimal 133 148 72 0.10 0 0.51 0.42 71.84 0.35 0.43
Hex 85 94 48 A 0 33 2A 48 23 2B
Octal 205 224 110 12 0 63 52 110 43 53
Binary 10000101 10010100 1001000 1010 0 110011 101010 1001000 100011 101011

Color Harmonies of #859448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859448

Black with #859448

Text Example


Text Example

White with #859448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859448; }

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

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

background-color css

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

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

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

border-color css

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

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

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