Html Css Color HEX #71AC38 Sushi

📋 copy color: '#71AC38'

red 113 ◦ green 172 ◦ blue 56

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

Shades of Sushi #71AC38

Tints of Sushi #71AC38

RGB

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

 GREEN value IS 172 (67.58% from 255) = 50.44%

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

R = 33.14%
G = 50.44%
B = 16.42%

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

#71AC38 (or 0x71AC38) is known color: Sushi. HEX triplet: 71, AC and 38. RGB value is (113,172,56). Sum of RGB (Red+Green+Blue) = 113+172+56=341 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.14% from 341); Green value is 172 (67.58% from 255 or 50.44% from 341); Blue value is 56 (22.27% from 255 or 16.42% from 341); Max value from RGB is 172 - color contains mainly: green. Hex color #71AC38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AC38 is #8E53C7. Grayscale: #8D8D8D. Windows color (decimal): -9327560 or 3714161. OLE color: 3714161.

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

Color convert

RGB 113 172 56 -
CMYK 0.34 0 0.67 0.33
HSL 90.52º 0.51% 0.45% -
HSV(B) 90.52º 0.67% 0.67% -
XYZ 22.28 33.3 9 -
YUV 141.14 79.95 107.93 -
System Red Green Blue C M Y K H S L
Decimal 113 172 56 0.34 0 0.67 0.33 90.52 0.51 0.45
Hex 71 AC 38 22 0 43 21 5B 33 2D
Octal 161 254 70 42 0 103 41 133 63 55
Binary 1110001 10101100 111000 100010 0 1000011 100001 1011011 110011 101101

Color Harmonies of #71AC38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AC38

Black with #71AC38

Text Example


Text Example

White with #71AC38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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