Html Css Color HEX #71AB38 Sushi

📋 copy color: '#71AB38'

red 113 ◦ green 171 ◦ blue 56

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

Shades of Sushi #71AB38

Tints of Sushi #71AB38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.47%

R = 33.24%
G = 50.29%
B = 16.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#71AB38 (or 0x71AB38) is known color: Sushi. HEX triplet: 71, AB and 38. RGB value is (113,171,56). Sum of RGB (Red+Green+Blue) = 113+171+56=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 56 (22.27% from 255 or 16.47% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #71AB38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AB38 is #8E54C7. Grayscale: #8C8C8C. Windows color (decimal): -9327816 or 3713905. OLE color: 3713905.

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

Color convert

RGB 113 171 56 -
CMYK 0.34 0 0.67 0.33
HSL 90.26º 0.51% 0.45% -
HSV(B) 90.26º 0.67% 0.67% -
XYZ 22.09 32.92 8.93 -
YUV 140.55 80.28 108.35 -
System Red Green Blue C M Y K H S L
Decimal 113 171 56 0.34 0 0.67 0.33 90.26 0.51 0.45
Hex 71 AB 38 22 0 43 21 5A 33 2D
Octal 161 253 70 42 0 103 41 132 63 55
Binary 1110001 10101011 111000 100010 0 1000011 100001 1011010 110011 101101

Color Harmonies of #71AB38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AB38

Black with #71AB38

Text Example


Text Example

White with #71AB38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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