Html Css Color HEX #719931 Sushi

📋 copy color: '#719931'

red 113 ◦ green 153 ◦ blue 49

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

Shades of Sushi #719931

Tints of Sushi #719931

RGB

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

 GREEN value IS 153 (60.16% from 255) = 48.57%

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

R = 35.87%
G = 48.57%
B = 15.56%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.4

RGB Variations

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

Color information

#719931 (or 0x719931) is known color: Sushi. HEX triplet: 71, 99 and 31. RGB value is (113,153,49). Sum of RGB (Red+Green+Blue) = 113+153+49=315 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.87% from 315); Green value is 153 (60.16% from 255 or 48.57% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 153 - color contains mainly: green. Hex color #719931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719931 is #8E66CE. Grayscale: #818181. Windows color (decimal): -9332431 or 3250545. OLE color: 3250545.

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

Color convert

RGB 113 153 49 -
CMYK 0.26 0 0.68 0.4
HSL 83.08º 0.51% 0.4% -
HSV(B) 83.08º 0.68% 0.6% -
XYZ 18.76 26.51 7.04 -
YUV 129.18 82.75 116.46 -
System Red Green Blue C M Y K H S L
Decimal 113 153 49 0.26 0 0.68 0.4 83.08 0.51 0.4
Hex 71 99 31 1A 0 44 28 53 33 28
Octal 161 231 61 32 0 104 50 123 63 50
Binary 1110001 10011001 110001 11010 0 1000100 101000 1010011 110011 101000

Color Harmonies of #719931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719931

Black with #719931

Text Example


Text Example

White with #719931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719931; }

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

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

background-color css

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

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

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

border-color css

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

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

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