Html Css Color HEX #71AB36 Sushi

📋 copy color: '#71AB36'

red 113 ◦ green 171 ◦ blue 54

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

Shades of Sushi #71AB36

Tints of Sushi #71AB36

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.59%

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

R = 33.43%
G = 50.59%
B = 15.98%

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

#71AB36 (or 0x71AB36) is known color: Sushi. HEX triplet: 71, AB and 36. RGB value is (113,171,54). Sum of RGB (Red+Green+Blue) = 113+171+54=338 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.43% from 338); Green value is 171 (67.19% from 255 or 50.59% from 338); Blue value is 54 (21.48% from 255 or 15.98% from 338); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB36 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB36 is #8E54C9. Grayscale: #8C8C8C. Windows color (decimal): -9327818 or 3582833. OLE color: 3582833.

HSL color Cylindrical-coordinate representation of color #71AB36: hue angle of 89.74º 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 #71AB36 is Cyan = 0.34, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 171 54 -
CMYK 0.34 0 0.68 0.33
HSL 89.74º 0.52% 0.44% -
HSV(B) 89.74º 0.68% 0.67% -
XYZ 22.04 32.9 8.68 -
YUV 140.32 79.28 108.51 -
System Red Green Blue C M Y K H S L
Decimal 113 171 54 0.34 0 0.68 0.33 89.74 0.52 0.44
Hex 71 AB 36 22 0 44 21 5A 34 2C
Octal 161 253 66 42 0 104 41 132 64 54
Binary 1110001 10101011 110110 100010 0 1000100 100001 1011010 110100 101100

Color Harmonies of #71AB36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB36

Black with #71AB36

Text Example


Text Example

White with #71AB36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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