#719A35

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

Shades of Sushi #719A35

Tints of Sushi #719A35

Color information

#719A35 (or 0x719A35) is unknown color: approx Sushi. HEX triplet: 71, 9A and 35. RGB value is (113,154,53). Sum of RGB (Red+Green+Blue) = 113+154+53=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 154 (60.55% from 255 or 48.12% from 320); Blue value is 53 (21.09% from 255 or 16.56% from 320); Max value from RGB is 154 - color contains mainly: green. Hex color #719A35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719A35 is #8E65CA. Grayscale: #828282. Windows color (decimal): -9332171 or 3512945. OLE color: 3512945.

HSL color Cylindrical-coordinate representation of color #719A35: hue angle of 84.36º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #719A35 is Cyan = 0.27, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB11315453-
CMYK0.2700.660.40
HSL84.36º48.79%40.59%-
HSV(B)84.36º65.58%60.39%-
XYZ19.0126.887.55-
YUV130.2384.42115.71-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.31%
GREEN value IS 154 (60.55% from 255) = 48.12%
BLUE value IS 53 (21.09% from 255) = 16.56%
R=35.31%
G=48.12%
B=16.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal113154530.2700.660.4084.3648.7940.59
Hex719A351B04228543129
Octal16123265330102501246151
Binary11100011001101011010111011010000101010001010100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719A35; }

 p { color: rgb(113,154,53); }

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

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

 a { background-color: rgb(113,154,53); }

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

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

 span { border-color: rgb(113,154,53); }

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