#74AC38

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

Shades of Sushi #74AC38

Tints of Sushi #74AC38

Color information

#74AC38 (or 0x74AC38) is unknown color: approx Sushi. HEX triplet: 74, AC and 38. RGB value is (116,172,56). Sum of RGB (Red+Green+Blue) = 116+172+56=344 (45% of max value = 765). Red value is 116 (45.70% from 255 or 33.72% from 344); Green value is 172 (67.58% from 255 or 50% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 172 - color contains mainly: green. Hex color #74AC38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74AC38 is #8B53C7. Grayscale: #8E8E8E. Windows color (decimal): -9130952 or 3714164. OLE color: 3714164.

HSL color Cylindrical-coordinate representation of color #74AC38: hue angle of 88.97º 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 #74AC38 is Cyan = 0.33, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB11617256-
CMYK0.3300.670.33
HSL88.97º50.88%44.71%-
HSV(B)88.97º67.44%67.45%-
XYZ22.6733.59.01-
YUV142.0379.45109.43-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 33.72%
GREEN value IS 172 (67.58% from 255) = 50%
BLUE value IS 56 (22.27% from 255) = 16.28%
R=33.72%
G=50%
B=16.28%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal116172560.3300.670.3388.9750.8844.71
Hex74AC38210432159332d
Octal16425470410103411316355
Binary111010010101100111000100001010000111000011011001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74AC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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