Html Css Color HEX #719136 Sushi

📋 copy color: '#719136'

red 113 ◦ green 145 ◦ blue 54

#719136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sushi #719136

Tints of Sushi #719136

RGB

 RED value IS 113 (44.53% from 255) = 36.22%

 GREEN value IS 145 (57.03% from 255) = 46.47%

 BLUE value IS 54 (21.48% from 255) = 17.31%

R = 36.22%
G = 46.47%
B = 17.31%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.63

 K value IS 0.43

RGB Variations

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

Color information

#719136 (or 0x719136) is known color: Sushi. HEX triplet: 71, 91 and 36. RGB value is (113,145,54). Sum of RGB (Red+Green+Blue) = 113+145+54=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 145 (57.03% from 255 or 46.47% from 312); Blue value is 54 (21.48% from 255 or 17.31% from 312); Max value from RGB is 145 - color contains mainly: green. Hex color #719136 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719136 is #8E6EC9. Grayscale: #7D7D7D. Windows color (decimal): -9334474 or 3576177. OLE color: 3576177.

HSL color Cylindrical-coordinate representation of color #719136: hue angle of 81.1º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #719136 is Cyan = 0.22, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 145 54 -
CMYK 0.22 0 0.63 0.43
HSL 81.1º 0.46% 0.39% -
HSV(B) 81.1º 0.63% 0.57% -
XYZ 17.6 24.03 7.2 -
YUV 125.06 87.9 119.4 -
System Red Green Blue C M Y K H S L
Decimal 113 145 54 0.22 0 0.63 0.43 81.1 0.46 0.39
Hex 71 91 36 16 0 3F 2B 51 2E 27
Octal 161 221 66 26 0 77 53 121 56 47
Binary 1110001 10010001 110110 10110 0 111111 101011 1010001 101110 100111

Color Harmonies of #719136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719136

Black with #719136

Text Example


Text Example

White with #719136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719136; }

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

 H1.HeaderClassName
 {
   color: #719136;
 }
 .AnyTagClassName
 {
   color: #719136;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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