Html Css Color HEX #719831 Sushi

📋 copy color: '#719831'

red 113 ◦ green 152 ◦ blue 49

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

Shades of Sushi #719831

Tints of Sushi #719831

RGB

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

 GREEN value IS 152 (59.77% from 255) = 48.41%

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

R = 35.99%
G = 48.41%
B = 15.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#719831 (or 0x719831) is known color: Sushi. HEX triplet: 71, 98 and 31. RGB value is (113,152,49). Sum of RGB (Red+Green+Blue) = 113+152+49=314 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.99% from 314); Green value is 152 (59.77% from 255 or 48.41% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 152 - color contains mainly: green. Hex color #719831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719831 is #8E67CE. Grayscale: #808080. Windows color (decimal): -9332687 or 3250289. OLE color: 3250289.

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

Color convert

RGB 113 152 49 -
CMYK 0.26 0 0.68 0.40
HSL 82.72º 0.51% 0.39% -
HSV(B) 82.72º 0.68% 0.6% -
XYZ 18.59 26.19 6.98 -
YUV 128.6 83.08 116.88 -
System Red Green Blue C M Y K H S L
Decimal 113 152 49 0.26 0 0.68 0.40 82.72 0.51 0.39
Hex 71 98 31 1A 0 44 28 53 33 27
Octal 161 230 61 32 0 104 50 123 63 47
Binary 1110001 10011000 110001 11010 0 1000100 101000 1010011 110011 100111

Color Harmonies of #719831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719831

Black with #719831

Text Example


Text Example

White with #719831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719831; }

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

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

background-color css

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

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

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

border-color css

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

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

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