#74A53E

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

Shades of Sushi #74A53E

Tints of Sushi #74A53E

Color information

#74A53E (or 0x74A53E) is unknown color: approx Sushi. HEX triplet: 74, A5 and 3E. RGB value is (116,165,62). Sum of RGB (Red+Green+Blue) = 116+165+62=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 165 (64.84% from 255 or 48.10% from 343); Blue value is 62 (24.61% from 255 or 18.08% from 343); Max value from RGB is 165 - color contains mainly: green. Hex color #74A53E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A53E is #8B5AC1. Grayscale: #8A8A8A. Windows color (decimal): -9132738 or 4105588. OLE color: 4105588.

HSL color Cylindrical-coordinate representation of color #74A53E: hue angle of 88.54º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #74A53E is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB11616562-
CMYK0.3000.620.35
HSL88.54º45.37%44.51%-
HSV(B)88.54º62.42%64.71%-
XYZ21.5330.979.4-
YUV138.6184.77111.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 165 (64.84% from 255) = 48.10%
BLUE value IS 62 (24.61% from 255) = 18.08%
R=33.82%
G=48.10%
B=18.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116165620.3000.620.3588.5445.3744.51
Hex74A53E1E03E23592d2d
Octal1642457636076431315555
Binary1110100101001011111101111001111101000111011001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,165,62); }

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

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

 a { background-color: rgb(116,165,62); }

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

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

 span { border-color: rgb(116,165,62); }

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