Html Css Color HEX #71AD35 Sushi

📋 copy color: '#71AD35'

red 113 ◦ green 173 ◦ blue 53

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

Shades of Sushi #71AD35

Tints of Sushi #71AD35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 15.63%

R = 33.33%
G = 51.03%
B = 15.63%

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

#71AD35 (or 0x71AD35) is known color: Sushi. HEX triplet: 71, AD and 35. RGB value is (113,173,53). Sum of RGB (Red+Green+Blue) = 113+173+53=339 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.33% from 339); Green value is 173 (67.97% from 255 or 51.03% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD35 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AD35 is #8E52CA. Grayscale: #8D8D8D. Windows color (decimal): -9327307 or 3517809. OLE color: 3517809.

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

Color convert

RGB 113 173 53 -
CMYK 0.35 0 0.69 0.32
HSL 90º 0.53% 0.44% -
HSV(B) 90º 0.69% 0.68% -
XYZ 22.4 33.65 8.68 -
YUV 141.38 78.12 107.76 -
System Red Green Blue C M Y K H S L
Decimal 113 173 53 0.35 0 0.69 0.32 90 0.53 0.44
Hex 71 AD 35 23 0 45 20 5A 35 2C
Octal 161 255 65 43 0 105 40 132 65 54
Binary 1110001 10101101 110101 100011 0 1000101 100000 1011010 110101 101100

Color Harmonies of #71AD35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD35

Black with #71AD35

Text Example


Text Example

White with #71AD35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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