Html Css Color HEX #71AD36 Sushi

📋 copy color: '#71AD36'

red 113 ◦ green 173 ◦ blue 54

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

Shades of Sushi #71AD36

Tints of Sushi #71AD36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 15.88%

R = 33.24%
G = 50.88%
B = 15.88%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.69

 K value IS 0.32

RGB Variations

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

Color information

#71AD36 (or 0x71AD36) is known color: Sushi. HEX triplet: 71, AD and 36. RGB value is (113,173,54). Sum of RGB (Red+Green+Blue) = 113+173+54=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 173 (67.97% from 255 or 50.88% from 340); Blue value is 54 (21.48% from 255 or 15.88% from 340); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AD36 is #8E52C9. Grayscale: #8D8D8D. Windows color (decimal): -9327306 or 3583345. OLE color: 3583345.

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

Color convert

RGB 113 173 54 -
CMYK 0.35 0 0.69 0.32
HSL 90.25º 0.52% 0.45% -
HSV(B) 90.25º 0.69% 0.68% -
XYZ 22.42 33.66 8.81 -
YUV 141.49 78.62 107.68 -
System Red Green Blue C M Y K H S L
Decimal 113 173 54 0.35 0 0.69 0.32 90.25 0.52 0.45
Hex 71 AD 36 23 0 45 20 5A 34 2D
Octal 161 255 66 43 0 105 40 132 64 55
Binary 1110001 10101101 110110 100011 0 1000101 100000 1011010 110100 101101

Color Harmonies of #71AD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD36

Black with #71AD36

Text Example


Text Example

White with #71AD36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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