Html Css Color HEX #71A438 Sushi

📋 copy color: '#71A438'

red 113 ◦ green 164 ◦ blue 56

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

Shades of Sushi #71A438

Tints of Sushi #71A438

RGB

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

 GREEN value IS 164 (64.45% from 255) = 49.25%

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

R = 33.93%
G = 49.25%
B = 16.82%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#71A438 (or 0x71A438) is known color: Sushi. HEX triplet: 71, A4 and 38. RGB value is (113,164,56). Sum of RGB (Red+Green+Blue) = 113+164+56=333 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.93% from 333); Green value is 164 (64.45% from 255 or 49.25% from 333); Blue value is 56 (22.27% from 255 or 16.82% from 333); Max value from RGB is 164 - color contains mainly: green. Hex color #71A438 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A438 is #8E5BC7. Grayscale: #888888. Windows color (decimal): -9329608 or 3712113. OLE color: 3712113.

HSL color Cylindrical-coordinate representation of color #71A438: hue angle of 88.33º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #71A438 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 164 56 -
CMYK 0.31 0 0.66 0.36
HSL 88.33º 0.49% 0.43% -
HSV(B) 88.33º 0.66% 0.64% -
XYZ 20.8 30.35 8.5 -
YUV 136.44 82.6 111.28 -
System Red Green Blue C M Y K H S L
Decimal 113 164 56 0.31 0 0.66 0.36 88.33 0.49 0.43
Hex 71 A4 38 1F 0 42 24 58 31 2B
Octal 161 244 70 37 0 102 44 130 61 53
Binary 1110001 10100100 111000 11111 0 1000010 100100 1011000 110001 101011

Color Harmonies of #71A438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A438

Black with #71A438

Text Example


Text Example

White with #71A438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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