#719933

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

Shades of Sushi #719933

Tints of Sushi #719933

Color information

#719933 (or 0x719933) is unknown color: approx Sushi. HEX triplet: 71, 99 and 33. RGB value is (113,153,51). Sum of RGB (Red+Green+Blue) = 113+153+51=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 153 (60.16% from 255 or 48.26% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 153 - color contains mainly: green. Hex color #719933 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719933 is #8E66CC. Grayscale: #818181. Windows color (decimal): -9332429 or 3381617. OLE color: 3381617.

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

Color convert

RGB11315351-
CMYK0.2600.670.4
HSL83.53º50%40%-
HSV(B)83.53º66.67%60%-
XYZ18.826.537.26-
YUV129.4183.75116.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 153 (60.16% from 255) = 48.26%
BLUE value IS 51 (20.31% from 255) = 16.09%
R=35.65%
G=48.26%
B=16.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal113153510.2600.670.483.535040
Hex7199331A04328543228
Octal16123163320103501246250
Binary11100011001100111001111010010000111010001010100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719933; }

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

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

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

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

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

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

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

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