#709438

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

Shades of Sushi #709438

Tints of Sushi #709438

Color information

#709438 (or 0x709438) is unknown color: approx Sushi. HEX triplet: 70, 94 and 38. RGB value is (112,148,56). Sum of RGB (Red+Green+Blue) = 112+148+56=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 148 (58.20% from 255 or 46.84% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 148 - color contains mainly: green. Hex color #709438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #709438 is #8F6BC7. Grayscale: #7F7F7F. Windows color (decimal): -9399240 or 3708016. OLE color: 3708016.

HSL color Cylindrical-coordinate representation of color #709438: hue angle of 83.48º 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 #709438 is Cyan = 0.24, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.42.

Color convert

RGB11214856-
CMYK0.2400.620.42
HSL83.48º45.1%40%-
HSV(B)83.48º62.16%58.04%-
XYZ17.9924.917.6-
YUV126.7588.07117.48-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 35.44%
GREEN value IS 148 (58.20% from 255) = 46.84%
BLUE value IS 56 (22.27% from 255) = 17.72%
R=35.44%
G=46.84%
B=17.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal112148560.2400.620.4283.4845.140
Hex7094381803E2A532d28
Octal1602247030076521235550
Binary1110000100101001110001100001111101010101010011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709438; }

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

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

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

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

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

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

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

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