#74AE3B

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

Shades of Sushi #74AE3B

Tints of Sushi #74AE3B

Color information

#74AE3B (or 0x74AE3B) is unknown color: approx Sushi. HEX triplet: 74, AE and 3B. RGB value is (116,174,59). Sum of RGB (Red+Green+Blue) = 116+174+59=349 (46% of max value = 765). Red value is 116 (45.70% from 255 or 33.24% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #74AE3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AE3B is #8B51C4. Grayscale: #8F8F8F. Windows color (decimal): -9130437 or 3911284. OLE color: 3911284.

HSL color Cylindrical-coordinate representation of color #74AE3B: hue angle of 90.26º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #74AE3B is Cyan = 0.33, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB11617459-
CMYK0.3300.660.32
HSL90.26º49.36%45.69%-
HSV(B)90.26º66.09%68.24%-
XYZ23.1334.39.54-
YUV143.5580.28108.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.24%
GREEN value IS 174 (68.36% from 255) = 49.86%
BLUE value IS 59 (23.44% from 255) = 16.91%
R=33.24%
G=49.86%
B=16.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116174590.3300.660.3290.2649.3645.69
Hex74AE3B21042205a312e
Octal16425673410102401326156
Binary111010010101110111011100001010000101000001011010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AE3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,174,59); }

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

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

 a { background-color: rgb(116,174,59); }

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

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

 span { border-color: rgb(116,174,59); }

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