#74A540

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

Shades of Sushi #74A540

Tints of Sushi #74A540

Color information

#74A540 (or 0x74A540) is unknown color: approx Sushi. HEX triplet: 74, A5 and 40. RGB value is (116,165,64). Sum of RGB (Red+Green+Blue) = 116+165+64=345 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.62% from 345); Green value is 165 (64.84% from 255 or 47.83% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 165 - color contains mainly: green. Hex color #74A540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A540 is #8B5ABF. Grayscale: #8B8B8B. Windows color (decimal): -9132736 or 4236660. OLE color: 4236660.

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

Color convert

RGB11616564-
CMYK0.3000.610.35
HSL89.11º44.1%44.9%-
HSV(B)89.11º61.21%64.71%-
XYZ21.5830.999.7-
YUV138.8385.77111.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.62%
GREEN value IS 165 (64.84% from 255) = 47.83%
BLUE value IS 64 (25.39% from 255) = 18.55%
R=33.62%
G=47.83%
B=18.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal116165640.3000.610.3589.1144.144.9
Hex74A5401E03D23592c2d
Octal16424510036075431315455
Binary11101001010010110000001111001111011000111011001101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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