#74AB38

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

Shades of Sushi #74AB38

Tints of Sushi #74AB38

Color information

#74AB38 (or 0x74AB38) is unknown color: approx Sushi. HEX triplet: 74, AB and 38. RGB value is (116,171,56). Sum of RGB (Red+Green+Blue) = 116+171+56=343 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.82% from 343); Green value is 171 (67.19% from 255 or 49.85% from 343); Blue value is 56 (22.27% from 255 or 16.33% from 343); Max value from RGB is 171 - color contains mainly: green. Hex color #74AB38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AB38 is #8B54C7. Grayscale: #8D8D8D. Windows color (decimal): -9131208 or 3713908. OLE color: 3713908.

HSL color Cylindrical-coordinate representation of color #74AB38: hue angle of 88.7º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #74AB38 is Cyan = 0.32, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB11617156-
CMYK0.3200.670.33
HSL88.7º50.66%44.51%-
HSV(B)88.7º67.25%67.06%-
XYZ22.4833.128.95-
YUV141.4479.78109.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.82%
GREEN value IS 171 (67.19% from 255) = 49.85%
BLUE value IS 56 (22.27% from 255) = 16.33%
R=33.82%
G=49.85%
B=16.33%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116171560.3200.670.3388.750.6644.51
Hex74AB38200432159332d
Octal16425370400103411316355
Binary111010010101011111000100000010000111000011011001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,171,56); }

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

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

 a { background-color: rgb(116,171,56); }

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

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

 span { border-color: rgb(116,171,56); }

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