#74A33F

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

Shades of Sushi #74A33F

Tints of Sushi #74A33F

Color information

#74A33F (or 0x74A33F) is unknown color: approx Sushi. HEX triplet: 74, A3 and 3F. RGB value is (116,163,63). Sum of RGB (Red+Green+Blue) = 116+163+63=342 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.92% from 342); Green value is 163 (64.06% from 255 or 47.66% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 163 - color contains mainly: green. Hex color #74A33F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74A33F is #8B5CC0. Grayscale: #898989. Windows color (decimal): -9133249 or 4170612. OLE color: 4170612.

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

Color convert

RGB11616363-
CMYK0.2900.610.36
HSL88.2º44.25%44.31%-
HSV(B)88.2º61.35%63.92%-
XYZ21.230.279.43-
YUV137.5585.93112.63-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.92%
GREEN value IS 163 (64.06% from 255) = 47.66%
BLUE value IS 63 (25% from 255) = 18.42%
R=33.92%
G=47.66%
B=18.42%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal116163630.2900.610.3688.244.2544.31
Hex74A33F1D03D24582c2c
Octal1642437735075441305454
Binary1110100101000111111111110101111011001001011000101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74A33F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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