#749741

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

Shades of Sushi #749741

Tints of Sushi #749741

Color information

#749741 (or 0x749741) is unknown color: approx Sushi. HEX triplet: 74, 97 and 41. RGB value is (116,151,65). Sum of RGB (Red+Green+Blue) = 116+151+65=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 65 (25.78% from 255 or 19.58% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #749741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749741 is #8B68BE. Grayscale: #838383. Windows color (decimal): -9136319 or 4298612. OLE color: 4298612.

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

Color convert

RGB11615165-
CMYK0.2300.570.41
HSL84.42º39.81%42.35%-
HSV(B)84.42º56.95%59.22%-
XYZ19.2226.239.05-
YUV130.7390.9117.49-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.94%
GREEN value IS 151 (59.38% from 255) = 45.48%
BLUE value IS 65 (25.78% from 255) = 19.58%
R=34.94%
G=45.48%
B=19.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116151650.2300.570.4184.4239.8142.35
Hex749741170392954282a
Octal16422710127071511245052
Binary11101001001011110000011011101110011010011010100101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749741; }

 p { color: rgb(116,151,65); }

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

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

 a { background-color: rgb(116,151,65); }

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

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

 span { border-color: rgb(116,151,65); }

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