Html Css Color HEX #71AD37 Sushi

📋 copy color: '#71AD37'

red 113 ◦ green 173 ◦ blue 55

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

Shades of Sushi #71AD37

Tints of Sushi #71AD37

RGB

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

 GREEN value IS 173 (67.97% from 255) = 50.73%

 BLUE value IS 55 (21.88% from 255) = 16.13%

R = 33.14%
G = 50.73%
B = 16.13%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#71AD37 (or 0x71AD37) is known color: Sushi. HEX triplet: 71, AD and 37. RGB value is (113,173,55). Sum of RGB (Red+Green+Blue) = 113+173+55=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 173 (67.97% from 255 or 50.73% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD37 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AD37 is #8E52C8. Grayscale: #8E8E8E. Windows color (decimal): -9327305 or 3648881. OLE color: 3648881.

HSL color Cylindrical-coordinate representation of color #71AD37: hue angle of 90.51º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71AD37 is Cyan = 0.35, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.32.

Color convert

RGB 113 173 55 -
CMYK 0.35 0 0.68 0.32
HSL 90.51º 0.52% 0.45% -
HSV(B) 90.51º 0.68% 0.68% -
XYZ 22.44 33.67 8.93 -
YUV 141.61 79.12 107.59 -
System Red Green Blue C M Y K H S L
Decimal 113 173 55 0.35 0 0.68 0.32 90.51 0.52 0.45
Hex 71 AD 37 23 0 44 20 5B 34 2D
Octal 161 255 67 43 0 104 40 133 64 55
Binary 1110001 10101101 110111 100011 0 1000100 100000 1011011 110100 101101

Color Harmonies of #71AD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD37

Black with #71AD37

Text Example


Text Example

White with #71AD37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,173,55); }

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

background-color css

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

 a { background-color: rgb(113,173,55); }

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

border-color css

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

 span { border-color: rgb(113,173,55); }

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