Html Css Color HEX #71A431 Sushi

📋 copy color: '#71A431'

red 113 ◦ green 164 ◦ blue 49

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

Shades of Sushi #71A431

Tints of Sushi #71A431

RGB

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

 GREEN value IS 164 (64.45% from 255) = 50.31%

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

R = 34.66%
G = 50.31%
B = 15.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#71A431 (or 0x71A431) is known color: Sushi. HEX triplet: 71, A4 and 31. RGB value is (113,164,49). Sum of RGB (Red+Green+Blue) = 113+164+49=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 164 (64.45% from 255 or 50.31% from 326); Blue value is 49 (19.53% from 255 or 15.03% from 326); Max value from RGB is 164 - color contains mainly: green. Hex color #71A431 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A431 is #8E5BCE. Grayscale: #888888. Windows color (decimal): -9329615 or 3253361. OLE color: 3253361.

HSL color Cylindrical-coordinate representation of color #71A431: hue angle of 86.61º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #71A431 is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 164 49 -
CMYK 0.31 0 0.70 0.36
HSL 86.61º 0.54% 0.42% -
HSV(B) 86.61º 0.7% 0.64% -
XYZ 20.64 30.28 7.66 -
YUV 135.64 79.1 111.85 -
System Red Green Blue C M Y K H S L
Decimal 113 164 49 0.31 0 0.70 0.36 86.61 0.54 0.42
Hex 71 A4 31 1F 0 46 24 57 36 2A
Octal 161 244 61 37 0 106 44 127 66 52
Binary 1110001 10100100 110001 11111 0 1000110 100100 1010111 110110 101010

Color Harmonies of #71A431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A431

Black with #71A431

Text Example


Text Example

White with #71A431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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