#74833A

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

Shades of Wasabi #74833A

Tints of Wasabi #74833A

Color information

#74833A (or 0x74833A) is unknown color: approx Wasabi. HEX triplet: 74, 83 and 3A. RGB value is (116,131,58). Sum of RGB (Red+Green+Blue) = 116+131+58=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 131 (51.56% from 255 or 42.95% from 305); Blue value is 58 (23.05% from 255 or 19.02% from 305); Max value from RGB is 131 - color contains mainly: green. Hex color #74833A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74833A is #8B7CC5. Grayscale: #767676. Windows color (decimal): -9141446 or 3834740. OLE color: 3834740.

HSL color Cylindrical-coordinate representation of color #74833A: hue angle of 72.33º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #74833A is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.49.

Color convert

RGB11613158-
CMYK0.1100.560.49
HSL72.33º38.62%37.06%-
HSV(B)72.33º55.73%51.37%-
XYZ16.0820.257.06-
YUV118.1994.03126.44-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 38.03%
GREEN value IS 131 (51.56% from 255) = 42.95%
BLUE value IS 58 (23.05% from 255) = 19.02%
R=38.03%
G=42.95%
B=19.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116131580.1100.560.4972.3338.6237.06
Hex74833AB03831482725
Octal1642037213070611104745
Binary111010010000011111010101101110001100011001000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,131,58); }

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

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

 a { background-color: rgb(116,131,58); }

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

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

 span { border-color: rgb(116,131,58); }

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