#72803A

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

Shades of Wasabi #72803A

Tints of Wasabi #72803A

Color information

#72803A (or 0x72803A) is unknown color: approx Wasabi. HEX triplet: 72, 80 and 3A. RGB value is (114,128,58). Sum of RGB (Red+Green+Blue) = 114+128+58=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 128 (50.39% from 255 or 42.67% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 128 - color contains mainly: green. Hex color #72803A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72803A is #8D7FC5. Grayscale: #747474. Windows color (decimal): -9273286 or 3833970. OLE color: 3833970.

HSL color Cylindrical-coordinate representation of color #72803A: hue angle of 72º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #72803A is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB11412858-
CMYK0.1100.550.50
HSL72º37.63%36.47%-
HSV(B)72º54.69%50.2%-
XYZ15.4219.326.92-
YUV115.8395.36126.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 128 (50.39% from 255) = 42.67%
BLUE value IS 58 (23.05% from 255) = 19.33%
R=38%
G=42.67%
B=19.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal114128580.1100.550.507237.6336.47
Hex72803AB03732482624
Octal1622007213067621104644
Binary111001010000000111010101101101111100101001000100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72803A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72803A; }

 p { color: rgb(114,128,58); }

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

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

 a { background-color: rgb(114,128,58); }

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

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

 span { border-color: rgb(114,128,58); }

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