Html Css Color HEX #839030 Wasabi

📋 copy color: '#839030'

red 131 ◦ green 144 ◦ blue 48

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

Shades of Wasabi #839030

Tints of Wasabi #839030

RGB

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

 GREEN value IS 144 (56.64% from 255) = 44.58%

 BLUE value IS 48 (19.14% from 255) = 14.86%

R = 40.56%
G = 44.58%
B = 14.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.67

 K value IS 0.44

RGB Variations

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

Color information

#839030 (or 0x839030) is known color: Wasabi. HEX triplet: 83, 90 and 30. RGB value is (131,144,48). Sum of RGB (Red+Green+Blue) = 131+144+48=323 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.56% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 48 (19.14% from 255 or 14.86% from 323); Max value from RGB is 144 - color contains mainly: green. Hex color #839030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #839030 is #7C6FCF. Grayscale: #818181. Windows color (decimal): -8155088 or 3182723. OLE color: 3182723.

HSL color Cylindrical-coordinate representation of color #839030: hue angle of 68.13º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #839030 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB 131 144 48 -
CMYK 0.09 0 0.67 0.44
HSL 68.13º 0.5% 0.38% -
HSV(B) 68.13º 0.67% 0.56% -
XYZ 19.87 24.99 6.57 -
YUV 129.17 82.19 129.31 -
System Red Green Blue C M Y K H S L
Decimal 131 144 48 0.09 0 0.67 0.44 68.13 0.5 0.38
Hex 83 90 30 9 0 43 2C 44 32 26
Octal 203 220 60 11 0 103 54 104 62 46
Binary 10000011 10010000 110000 1001 0 1000011 101100 1000100 110010 100110

Color Harmonies of #839030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #839030

Black with #839030

Text Example


Text Example

White with #839030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #839030; }

 p { color: rgb(131,144,48); }

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

background-color css

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

 a { background-color: rgb(131,144,48); }

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

border-color css

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

 span { border-color: rgb(131,144,48); }

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