#749838

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

Shades of Sushi #749838

Tints of Sushi #749838

Color information

#749838 (or 0x749838) is unknown color: approx Sushi. HEX triplet: 74, 98 and 38. RGB value is (116,152,56). Sum of RGB (Red+Green+Blue) = 116+152+56=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 152 (59.77% from 255 or 46.91% from 324); Blue value is 56 (22.27% from 255 or 17.28% from 324); Max value from RGB is 152 - color contains mainly: green. Hex color #749838 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749838 is #8B67C7. Grayscale: #828282. Windows color (decimal): -9136072 or 3709044. OLE color: 3709044.

HSL color Cylindrical-coordinate representation of color #749838: hue angle of 82.5º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #749838 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.40.

Color convert

RGB11615256-
CMYK0.2400.630.40
HSL82.5º46.15%40.78%-
HSV(B)82.5º63.16%59.61%-
XYZ19.1426.467.84-
YUV130.2986.07117.81-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.80%
GREEN value IS 152 (59.77% from 255) = 46.91%
BLUE value IS 56 (22.27% from 255) = 17.28%
R=35.80%
G=46.91%
B=17.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116152560.2400.630.4082.546.1540.78
Hex7498381803F28522e29
Octal1642307030077501225651
Binary1110100100110001110001100001111111010001010010101110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749838

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749838; }

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

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

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

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

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

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

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

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