#719B36

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

Shades of Sushi #719B36

Tints of Sushi #719B36

Color information

#719B36 (or 0x719B36) is unknown color: approx Sushi. HEX triplet: 71, 9B and 36. RGB value is (113,155,54). Sum of RGB (Red+Green+Blue) = 113+155+54=322 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.09% from 322); Green value is 155 (60.94% from 255 or 48.14% from 322); Blue value is 54 (21.48% from 255 or 16.77% from 322); Max value from RGB is 155 - color contains mainly: green. Hex color #719B36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719B36 is #8E64C9. Grayscale: #838383. Windows color (decimal): -9331914 or 3578737. OLE color: 3578737.

HSL color Cylindrical-coordinate representation of color #719B36: hue angle of 84.95º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #719B36 is Cyan = 0.27, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.39.

Color convert

RGB11315554-
CMYK0.2700.650.39
HSL84.95º48.33%40.98%-
HSV(B)84.95º65.16%60.78%-
XYZ19.227.227.73-
YUV130.9384.59115.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 35.09%
GREEN value IS 155 (60.94% from 255) = 48.14%
BLUE value IS 54 (21.48% from 255) = 16.77%
R=35.09%
G=48.14%
B=16.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal113155540.2700.650.3984.9548.3340.98
Hex719B361B04127553029
Octal16123366330101471256051
Binary11100011001101111011011011010000011001111010101110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719B36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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