Html Css Color HEX #71AD38 Sushi

📋 copy color: '#71AD38'

red 113 ◦ green 173 ◦ blue 56

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

Shades of Sushi #71AD38

Tints of Sushi #71AD38

RGB

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

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

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

R = 33.04%
G = 50.58%
B = 16.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.68

 K value IS 0.32

RGB Variations

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

Color information

#71AD38 (or 0x71AD38) is known color: Sushi. HEX triplet: 71, AD and 38. RGB value is (113,173,56). Sum of RGB (Red+Green+Blue) = 113+173+56=342 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.04% from 342); Green value is 173 (67.97% from 255 or 50.58% from 342); Blue value is 56 (22.27% from 255 or 16.37% from 342); Max value from RGB is 173 - color contains mainly: green. Hex color #71AD38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71AD38 is #8E52C7. Grayscale: #8E8E8E. Windows color (decimal): -9327304 or 3714417. OLE color: 3714417.

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

Color convert

RGB 113 173 56 -
CMYK 0.35 0 0.68 0.32
HSL 90.77º 0.51% 0.45% -
HSV(B) 90.77º 0.68% 0.68% -
XYZ 22.47 33.68 9.06 -
YUV 141.72 79.62 107.51 -
System Red Green Blue C M Y K H S L
Decimal 113 173 56 0.35 0 0.68 0.32 90.77 0.51 0.45
Hex 71 AD 38 23 0 44 20 5B 33 2D
Octal 161 255 70 43 0 104 40 133 63 55
Binary 1110001 10101101 111000 100011 0 1000100 100000 1011011 110011 101101

Color Harmonies of #71AD38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71AD38

Black with #71AD38

Text Example


Text Example

White with #71AD38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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