Html Css Color HEX #719B31 Sushi

📋 copy color: '#719B31'

red 113 ◦ green 155 ◦ blue 49

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

Shades of Sushi #719B31

Tints of Sushi #719B31

RGB

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

 GREEN value IS 155 (60.94% from 255) = 48.9%

 BLUE value IS 49 (19.53% from 255) = 15.46%

R = 35.65%
G = 48.9%
B = 15.46%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.68

 K value IS 0.39

RGB Variations

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

Color information

#719B31 (or 0x719B31) is known color: Sushi. HEX triplet: 71, 9B and 31. RGB value is (113,155,49). Sum of RGB (Red+Green+Blue) = 113+155+49=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 155 (60.94% from 255 or 48.90% from 317); Blue value is 49 (19.53% from 255 or 15.46% from 317); Max value from RGB is 155 - color contains mainly: green. Hex color #719B31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719B31 is #8E64CE. Grayscale: #828282. Windows color (decimal): -9331919 or 3251057. OLE color: 3251057.

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

Color convert

RGB 113 155 49 -
CMYK 0.27 0 0.68 0.39
HSL 83.77º 0.52% 0.4% -
HSV(B) 83.77º 0.68% 0.61% -
XYZ 19.09 27.18 7.15 -
YUV 130.36 82.09 115.62 -
System Red Green Blue C M Y K H S L
Decimal 113 155 49 0.27 0 0.68 0.39 83.77 0.52 0.4
Hex 71 9B 31 1B 0 44 27 54 34 28
Octal 161 233 61 33 0 104 47 124 64 50
Binary 1110001 10011011 110001 11011 0 1000100 100111 1010100 110100 101000

Color Harmonies of #719B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719B31

Black with #719B31

Text Example


Text Example

White with #719B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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