Html Css Color HEX #71A831 Sushi

📋 copy color: '#71A831'

red 113 ◦ green 168 ◦ blue 49

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

Shades of Sushi #71A831

Tints of Sushi #71A831

RGB

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

 GREEN value IS 168 (66.02% from 255) = 50.91%

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

R = 34.24%
G = 50.91%
B = 14.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.71

 K value IS 0.34

RGB Variations

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

Color information

#71A831 (or 0x71A831) is known color: Sushi. HEX triplet: 71, A8 and 31. RGB value is (113,168,49). Sum of RGB (Red+Green+Blue) = 113+168+49=330 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.24% from 330); Green value is 168 (66.02% from 255 or 50.91% from 330); Blue value is 49 (19.53% from 255 or 14.85% from 330); Max value from RGB is 168 - color contains mainly: green. Hex color #71A831 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A831 is #8E57CE. Grayscale: #8A8A8A. Windows color (decimal): -9328591 or 3254385. OLE color: 3254385.

HSL color Cylindrical-coordinate representation of color #71A831: hue angle of 87.73º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #71A831 is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.34.

Color convert

RGB 113 168 49 -
CMYK 0.33 0 0.71 0.34
HSL 87.73º 0.55% 0.43% -
HSV(B) 87.73º 0.71% 0.66% -
XYZ 21.37 31.74 7.91 -
YUV 137.99 77.78 110.18 -
System Red Green Blue C M Y K H S L
Decimal 113 168 49 0.33 0 0.71 0.34 87.73 0.55 0.43
Hex 71 A8 31 21 0 47 22 58 37 2B
Octal 161 250 61 41 0 107 42 130 67 53
Binary 1110001 10101000 110001 100001 0 1000111 100010 1011000 110111 101011

Color Harmonies of #71A831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A831

Black with #71A831

Text Example


Text Example

White with #71A831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71A831; }

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

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

background-color css

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

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

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

border-color css

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

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

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