#788338

Color #788338 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #788338

Tints of Wasabi #788338

Color information

#788338 (or 0x788338) is unknown color: approx Wasabi. HEX triplet: 78, 83 and 38. RGB value is (120,131,56). Sum of RGB (Red+Green+Blue) = 120+131+56=307 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.09% from 307); Green value is 131 (51.56% from 255 or 42.67% from 307); Blue value is 56 (22.27% from 255 or 18.24% from 307); Max value from RGB is 131 - color contains mainly: green. Hex color #788338 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #788338 is #877CC7. Grayscale: #777777. Windows color (decimal): -8879304 or 3703672. OLE color: 3703672.

HSL color Cylindrical-coordinate representation of color #788338: hue angle of 68.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #788338 is Cyan = 0.08, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB12013156-
CMYK0.0800.570.49
HSL68.8º40.11%36.67%-
HSV(B)68.8º57.25%51.37%-
XYZ16.5820.516.83-
YUV119.1692.36128.6-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.09%
GREEN value IS 131 (51.56% from 255) = 42.67%
BLUE value IS 56 (22.27% from 255) = 18.24%
R=39.09%
G=42.67%
B=18.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal120131560.0800.570.4968.840.1136.67
Hex788338803931452825
Octal1702037010071611055045
Binary111100010000011111000100001110011100011000101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #788338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #788338; }

 p { color: rgb(120,131,56); }

 H1.HeaderClassName
 {
   color: #788338;
 }
 .AnyTagClassName
 {
   color: #788338;
 }
</style>
background-color css

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

 a { background-color: rgb(120,131,56); }

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

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

 span { border-color: rgb(120,131,56); }

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