Html Css Color HEX #859C3D Wasabi

📋 copy color: '#859C3D'

red 133 ◦ green 156 ◦ blue 61

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

Shades of Wasabi #859C3D

Tints of Wasabi #859C3D

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.57%

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

R = 38%
G = 44.57%
B = 17.43%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.61

 K value IS 0.39

RGB Variations

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

Color information

#859C3D (or 0x859C3D) is known color: Wasabi. HEX triplet: 85, 9C and 3D. RGB value is (133,156,61). Sum of RGB (Red+Green+Blue) = 133+156+61=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 61 (24.22% from 255 or 17.43% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #859C3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #859C3D is #7A63C2. Grayscale: #8A8A8A. Windows color (decimal): -8020931 or 4037765. OLE color: 4037765.

HSL color Cylindrical-coordinate representation of color #859C3D: hue angle of 74.53º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #859C3D is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB 133 156 61 -
CMYK 0.15 0 0.61 0.39
HSL 74.53º 0.44% 0.43% -
HSV(B) 74.53º 0.61% 0.61% -
XYZ 22.4 29.1 8.85 -
YUV 138.29 84.38 124.22 -
System Red Green Blue C M Y K H S L
Decimal 133 156 61 0.15 0 0.61 0.39 74.53 0.44 0.43
Hex 85 9C 3D F 0 3D 27 4B 2C 2B
Octal 205 234 75 17 0 75 47 113 54 53
Binary 10000101 10011100 111101 1111 0 111101 100111 1001011 101100 101011

Color Harmonies of #859C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #859C3D

Black with #859C3D

Text Example


Text Example

White with #859C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #859C3D; }

 p { color: rgb(133,156,61); }

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

background-color css

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

 a { background-color: rgb(133,156,61); }

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

border-color css

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

 span { border-color: rgb(133,156,61); }

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