Html Css Color HEX #839134 Wasabi

📋 copy color: '#839134'

red 131 ◦ green 145 ◦ blue 52

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

Shades of Wasabi #839134

Tints of Wasabi #839134

RGB

 RED value IS 131 (51.56% from 255) = 39.94%

 GREEN value IS 145 (57.03% from 255) = 44.21%

 BLUE value IS 52 (20.7% from 255) = 15.85%

R = 39.94%
G = 44.21%
B = 15.85%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.64

 K value IS 0.43

RGB Variations

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

Color information

#839134 (or 0x839134) is known color: Wasabi. HEX triplet: 83, 91 and 34. RGB value is (131,145,52). Sum of RGB (Red+Green+Blue) = 131+145+52=328 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.94% from 328); Green value is 145 (57.03% from 255 or 44.21% from 328); Blue value is 52 (20.70% from 255 or 15.85% from 328); Max value from RGB is 145 - color contains mainly: green. Hex color #839134 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839134 is #7C6ECB. Grayscale: #828282. Windows color (decimal): -8154828 or 3445123. OLE color: 3445123.

HSL color Cylindrical-coordinate representation of color #839134: hue angle of 69.03º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #839134 is Cyan = 0.10, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.43.

Color convert

RGB 131 145 52 -
CMYK 0.10 0 0.64 0.43
HSL 69.03º 0.47% 0.39% -
HSV(B) 69.03º 0.64% 0.57% -
XYZ 20.11 25.32 7.08 -
YUV 130.21 83.86 128.56 -
System Red Green Blue C M Y K H S L
Decimal 131 145 52 0.10 0 0.64 0.43 69.03 0.47 0.39
Hex 83 91 34 A 0 40 2B 45 2F 27
Octal 203 221 64 12 0 100 53 105 57 47
Binary 10000011 10010001 110100 1010 0 1000000 101011 1000101 101111 100111

Color Harmonies of #839134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839134

Black with #839134

Text Example


Text Example

White with #839134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839134; }

 p { color: rgb(131,145,52); }

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

background-color css

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

 a { background-color: rgb(131,145,52); }

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

border-color css

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

 span { border-color: rgb(131,145,52); }

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