#74A131

Color #74A131 Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #74A131

Tints of Sushi #74A131

Color information

#74A131 (or 0x74A131) is unknown color: approx Sushi. HEX triplet: 74, A1 and 31. RGB value is (116,161,49). Sum of RGB (Red+Green+Blue) = 116+161+49=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 161 (63.28% from 255 or 49.39% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 161 - color contains mainly: green. Hex color #74A131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A131 is #8B5ECE. Grayscale: #878787. Windows color (decimal): -9133775 or 3252596. OLE color: 3252596.

HSL color Cylindrical-coordinate representation of color #74A131: hue angle of 84.11º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #74A131 is Cyan = 0.28, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB11616149-
CMYK0.2800.700.37
HSL84.11º53.33%41.18%-
HSV(B)84.11º69.57%63.14%-
XYZ20.529.427.5-
YUV134.7879.59114.61-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.58%
GREEN value IS 161 (63.28% from 255) = 49.39%
BLUE value IS 49 (19.53% from 255) = 15.03%
R=35.58%
G=49.39%
B=15.03%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal116161490.2800.700.3784.1153.3341.18
Hex74A1311C04625543529
Octal16424161340106451246551
Binary11101001010000111000111100010001101001011010100110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74A131; }

 p { color: rgb(116,161,49); }

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

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

 a { background-color: rgb(116,161,49); }

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

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

 span { border-color: rgb(116,161,49); }

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