#749632

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

Shades of Sushi #749632

Tints of Sushi #749632

Color information

#749632 (or 0x749632) is unknown color: approx Sushi. HEX triplet: 74, 96 and 32. RGB value is (116,150,50). Sum of RGB (Red+Green+Blue) = 116+150+50=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 50 (19.92% from 255 or 15.82% from 316); Max value from RGB is 150 - color contains mainly: green. Hex color #749632 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749632 is #8B69CD. Grayscale: #808080. Windows color (decimal): -9136590 or 3315316. OLE color: 3315316.

HSL color Cylindrical-coordinate representation of color #749632: hue angle of 80.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #749632 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB11615050-
CMYK0.2300.670.41
HSL80.4º50%39.22%-
HSV(B)80.4º66.67%58.82%-
XYZ18.6825.767-
YUV128.4383.74119.13-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.71%
GREEN value IS 150 (58.98% from 255) = 47.47%
BLUE value IS 50 (19.92% from 255) = 15.82%
R=36.71%
G=47.47%
B=15.82%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116150500.2300.670.4180.45039.22
Hex7496321704329503227
Octal16422662270103511206247
Binary11101001001011011001010111010000111010011010000110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749632; }

 p { color: rgb(116,150,50); }

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

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

 a { background-color: rgb(116,150,50); }

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

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

 span { border-color: rgb(116,150,50); }

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