#719935

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

Shades of Sushi #719935

Tints of Sushi #719935

Color information

#719935 (or 0x719935) is unknown color: approx Sushi. HEX triplet: 71, 99 and 35. RGB value is (113,153,53). Sum of RGB (Red+Green+Blue) = 113+153+53=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 153 (60.16% from 255 or 47.96% from 319); Blue value is 53 (21.09% from 255 or 16.61% from 319); Max value from RGB is 153 - color contains mainly: green. Hex color #719935 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719935 is #8E66CA. Grayscale: #828282. Windows color (decimal): -9332427 or 3512689. OLE color: 3512689.

HSL color Cylindrical-coordinate representation of color #719935: hue angle of 84º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #719935 is Cyan = 0.26, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB11315353-
CMYK0.2600.650.4
HSL84º48.54%40.39%-
HSV(B)84º65.36%60%-
XYZ18.8426.557.5-
YUV129.6484.75116.13-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.42%
GREEN value IS 153 (60.16% from 255) = 47.96%
BLUE value IS 53 (21.09% from 255) = 16.61%
R=35.42%
G=47.96%
B=16.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113153530.2600.650.48448.5440.39
Hex7199351A04128543128
Octal16123165320101501246150
Binary11100011001100111010111010010000011010001010100110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719935; }

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

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

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

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

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

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

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

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