#749631

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

Shades of Sushi #749631

Tints of Sushi #749631

Color information

#749631 (or 0x749631) is unknown color: approx Sushi. HEX triplet: 74, 96 and 31. RGB value is (116,150,49). Sum of RGB (Red+Green+Blue) = 116+150+49=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 150 (58.98% from 255 or 47.62% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 150 - color contains mainly: green. Hex color #749631 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749631 is #8B69CE. Grayscale: #808080. Windows color (decimal): -9136591 or 3249780. OLE color: 3249780.

HSL color Cylindrical-coordinate representation of color #749631: hue angle of 80.2º degrees, saturation: 0.51, 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 #749631 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.41.

Color convert

RGB11615049-
CMYK0.2300.670.41
HSL80.2º50.75%39.02%-
HSV(B)80.2º67.33%58.82%-
XYZ18.6625.756.89-
YUV128.3283.24119.21-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.83%
GREEN value IS 150 (58.98% from 255) = 47.62%
BLUE value IS 49 (19.53% from 255) = 15.56%
R=36.83%
G=47.62%
B=15.56%

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
Decimal116150490.2300.670.4180.250.7539.02
Hex7496311704329503327
Octal16422661270103511206347
Binary11101001001011011000110111010000111010011010000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749631; }

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

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

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

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

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

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

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

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