Html Css Color HEX #71AA36 Sushi

📋 copy color: '#71AA36'

red 113 ◦ green 170 ◦ blue 54

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

Shades of Sushi #71AA36

Tints of Sushi #71AA36

RGB

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

 GREEN value IS 170 (66.8% from 255) = 50.45%

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

R = 33.53%
G = 50.45%
B = 16.02%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#71AA36 (or 0x71AA36) is known color: Sushi. HEX triplet: 71, AA and 36. RGB value is (113,170,54). Sum of RGB (Red+Green+Blue) = 113+170+54=337 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.53% from 337); Green value is 170 (66.80% from 255 or 50.45% from 337); Blue value is 54 (21.48% from 255 or 16.02% from 337); Max value from RGB is 170 - color contains mainly: green. Hex color #71AA36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AA36 is #8E55C9. Grayscale: #8C8C8C. Windows color (decimal): -9328074 or 3582577. OLE color: 3582577.

HSL color Cylindrical-coordinate representation of color #71AA36: hue angle of 89.48º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71AA36 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 170 54 -
CMYK 0.34 0 0.68 0.33
HSL 89.48º 0.52% 0.44% -
HSV(B) 89.48º 0.68% 0.67% -
XYZ 21.85 32.53 8.62 -
YUV 139.73 79.62 108.93 -
System Red Green Blue C M Y K H S L
Decimal 113 170 54 0.34 0 0.68 0.33 89.48 0.52 0.44
Hex 71 AA 36 22 0 44 21 59 34 2C
Octal 161 252 66 42 0 104 41 131 64 54
Binary 1110001 10101010 110110 100010 0 1000100 100001 1011001 110100 101100

Color Harmonies of #71AA36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AA36

Black with #71AA36

Text Example


Text Example

White with #71AA36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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