#709538

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

Shades of Sushi #709538

Tints of Sushi #709538

Color information

#709538 (or 0x709538) is unknown color: approx Sushi. HEX triplet: 70, 95 and 38. RGB value is (112,149,56). Sum of RGB (Red+Green+Blue) = 112+149+56=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 149 - color contains mainly: green. Hex color #709538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709538 is #8F6AC7. Grayscale: #7F7F7F. Windows color (decimal): -9398984 or 3708272. OLE color: 3708272.

HSL color Cylindrical-coordinate representation of color #709538: hue angle of 83.87º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #709538 is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB11214956-
CMYK0.2500.620.42
HSL83.87º45.37%40.2%-
HSV(B)83.87º62.42%58.43%-
XYZ18.1425.237.65-
YUV127.3487.74117.06-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.33%
GREEN value IS 149 (58.59% from 255) = 47.00%
BLUE value IS 56 (22.27% from 255) = 17.67%
R=35.33%
G=47.00%
B=17.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112149560.2500.620.4283.8745.3740.2
Hex7095381903E2A542d28
Octal1602257031076521245550
Binary1110000100101011110001100101111101010101010100101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709538; }

 p { color: rgb(112,149,56); }

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

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

 a { background-color: rgb(112,149,56); }

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

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

 span { border-color: rgb(112,149,56); }

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