#74A53F

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

Shades of Sushi #74A53F

Tints of Sushi #74A53F

Color information

#74A53F (or 0x74A53F) is unknown color: approx Sushi. HEX triplet: 74, A5 and 3F. RGB value is (116,165,63). Sum of RGB (Red+Green+Blue) = 116+165+63=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 165 (64.84% from 255 or 47.97% from 344); Blue value is 63 (25% from 255 or 18.31% from 344); Max value from RGB is 165 - color contains mainly: green. Hex color #74A53F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A53F is #8B5AC0. Grayscale: #8B8B8B. Windows color (decimal): -9132737 or 4171124. OLE color: 4171124.

HSL color Cylindrical-coordinate representation of color #74A53F: hue angle of 88.82º 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 #74A53F is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB11616563-
CMYK0.3000.620.35
HSL88.82º44.74%44.71%-
HSV(B)88.82º61.82%64.71%-
XYZ21.5530.989.55-
YUV138.7285.27111.79-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 165 (64.84% from 255) = 47.97%
BLUE value IS 63 (25% from 255) = 18.31%
R=33.72%
G=47.97%
B=18.31%

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
Decimal116165630.3000.620.3588.8244.7444.71
Hex74A53F1E03E23592d2d
Octal1642457736076431315555
Binary1110100101001011111111111001111101000111011001101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A53F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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