#719636

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

Shades of Sushi #719636

Tints of Sushi #719636

Color information

#719636 (or 0x719636) is unknown color: approx Sushi. HEX triplet: 71, 96 and 36. RGB value is (113,150,54). Sum of RGB (Red+Green+Blue) = 113+150+54=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 150 (58.98% from 255 or 47.32% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 150 - color contains mainly: green. Hex color #719636 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719636 is #8E69C9. Grayscale: #808080. Windows color (decimal): -9333194 or 3577457. OLE color: 3577457.

HSL color Cylindrical-coordinate representation of color #719636: hue angle of 83.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #719636 is Cyan = 0.25, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.41.

Color convert

RGB11315054-
CMYK0.2500.640.41
HSL83.12º47.06%40%-
HSV(B)83.12º64%58.82%-
XYZ18.3825.597.46-
YUV127.9986.24117.31-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.65%
GREEN value IS 150 (58.98% from 255) = 47.32%
BLUE value IS 54 (21.48% from 255) = 17.03%
R=35.65%
G=47.32%
B=17.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal113150540.2500.640.4183.1247.0640
Hex7196361904029532f28
Octal16122666310100511235750
Binary11100011001011011011011001010000001010011010011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719636; }

 p { color: rgb(113,150,54); }

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

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

 a { background-color: rgb(113,150,54); }

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

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

 span { border-color: rgb(113,150,54); }

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