#749534

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

Shades of Sushi #749534

Tints of Sushi #749534

Color information

#749534 (or 0x749534) is unknown color: approx Sushi. HEX triplet: 74, 95 and 34. RGB value is (116,149,52). Sum of RGB (Red+Green+Blue) = 116+149+52=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #749534 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749534 is #8B6ACB. Grayscale: #808080. Windows color (decimal): -9136844 or 3446132. OLE color: 3446132.

HSL color Cylindrical-coordinate representation of color #749534: hue angle of 80.41º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #749534 is Cyan = 0.22, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.

Color convert

RGB11614952-
CMYK0.2200.650.42
HSL80.41º48.26%39.41%-
HSV(B)80.41º65.1%58.43%-
XYZ18.5725.467.18-
YUV128.0785.07119.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 36.59%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 52 (20.70% from 255) = 16.40%
R=36.59%
G=47.00%
B=16.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal116149520.2200.650.4280.4148.2639.41
Hex749534160412A503027
Octal16422564260101521206047
Binary11101001001010111010010110010000011010101010000110000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749534; }

 p { color: rgb(116,149,52); }

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

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

 a { background-color: rgb(116,149,52); }

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

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

 span { border-color: rgb(116,149,52); }

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