#858C3E

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

Shades of Wasabi #858C3E

Tints of Wasabi #858C3E

Color information

#858C3E (or 0x858C3E) is unknown color: approx Wasabi. HEX triplet: 85, 8C and 3E. RGB value is (133,140,62). Sum of RGB (Red+Green+Blue) = 133+140+62=335 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.70% from 335); Green value is 140 (55.08% from 255 or 41.79% from 335); Blue value is 62 (24.61% from 255 or 18.51% from 335); Max value from RGB is 140 - color contains mainly: green. Hex color #858C3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858C3E is #7A73C1. Grayscale: #818181. Windows color (decimal): -8025026 or 4099205. OLE color: 4099205.

HSL color Cylindrical-coordinate representation of color #858C3E: hue angle of 65.38º degrees, saturation: 0.39, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #858C3E is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB13314062-
CMYK0.0500.560.45
HSL65.38º38.61%39.61%-
HSV(B)65.38º55.71%54.9%-
XYZ19.9224.098.16-
YUV129.0190.18130.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.70%
GREEN value IS 140 (55.08% from 255) = 41.79%
BLUE value IS 62 (24.61% from 255) = 18.51%
R=39.70%
G=41.79%
B=18.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133140620.0500.560.4565.3838.6139.61
Hex858C3E50382D412728
Octal205214765070551014750
Binary100001011000110011111010101110001011011000001100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858C3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858C3E; }

 p { color: rgb(133,140,62); }

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

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

 a { background-color: rgb(133,140,62); }

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

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

 span { border-color: rgb(133,140,62); }

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