#74A434

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

Shades of Sushi #74A434

Tints of Sushi #74A434

Color information

#74A434 (or 0x74A434) is unknown color: approx Sushi. HEX triplet: 74, A4 and 34. RGB value is (116,164,52). Sum of RGB (Red+Green+Blue) = 116+164+52=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 164 (64.45% from 255 or 49.40% from 332); Blue value is 52 (20.70% from 255 or 15.66% from 332); Max value from RGB is 164 - color contains mainly: green. Hex color #74A434 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A434 is #8B5BCB. Grayscale: #898989. Windows color (decimal): -9133004 or 3449972. OLE color: 3449972.

HSL color Cylindrical-coordinate representation of color #74A434: hue angle of 85.71º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #74A434 is Cyan = 0.29, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB11616452-
CMYK0.2900.680.36
HSL85.71º51.85%42.35%-
HSV(B)85.71º68.29%64.31%-
XYZ21.130.518.03-
YUV136.8880.1113.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 164 (64.45% from 255) = 49.40%
BLUE value IS 52 (20.70% from 255) = 15.66%
R=34.94%
G=49.40%
B=15.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116164520.2900.680.3685.7151.8542.35
Hex74A4341D0442456342a
Octal16424464350104441266452
Binary11101001010010011010011101010001001001001010110110100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,164,52); }

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

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

 a { background-color: rgb(116,164,52); }

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

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

 span { border-color: rgb(116,164,52); }

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