#74A231

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

Shades of Sushi #74A231

Tints of Sushi #74A231

Color information

#74A231 (or 0x74A231) is unknown color: approx Sushi. HEX triplet: 74, A2 and 31. RGB value is (116,162,49). Sum of RGB (Red+Green+Blue) = 116+162+49=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 162 (63.67% from 255 or 49.54% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 162 - color contains mainly: green. Hex color #74A231 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A231 is #8B5DCE. Grayscale: #878787. Windows color (decimal): -9133519 or 3252852. OLE color: 3252852.

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

Color convert

RGB11616249-
CMYK0.2800.700.36
HSL84.42º53.55%41.37%-
HSV(B)84.42º69.75%63.53%-
XYZ20.6829.787.56-
YUV135.3679.26114.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.47%
GREEN value IS 162 (63.67% from 255) = 49.54%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=35.47%
G=49.54%
B=14.98%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116162490.2800.700.3684.4253.5541.37
Hex74A2311C04624543629
Octal16424261340106441246651
Binary11101001010001011000111100010001101001001010100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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