Html Css Color HEX #71A32B Sushi

📋 copy color: '#71A32B'

red 113 ◦ green 163 ◦ blue 43

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

Shades of Sushi #71A32B

Tints of Sushi #71A32B

RGB

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

 GREEN value IS 163 (64.06% from 255) = 51.1%

 BLUE value IS 43 (17.19% from 255) = 13.48%

R = 35.42%
G = 51.1%
B = 13.48%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#71A32B (or 0x71A32B) is known color: Sushi. HEX triplet: 71, A3 and 2B. RGB value is (113,163,43). Sum of RGB (Red+Green+Blue) = 113+163+43=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 163 (64.06% from 255 or 51.10% from 319); Blue value is 43 (17.19% from 255 or 13.48% from 319); Max value from RGB is 163 - color contains mainly: green. Hex color #71A32B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A32B is #8E5CD4. Grayscale: #868686. Windows color (decimal): -9329877 or 2859889. OLE color: 2859889.

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

Color convert

RGB 113 163 43 -
CMYK 0.31 0 0.74 0.36
HSL 85º 0.58% 0.4% -
HSV(B) 85º 0.74% 0.64% -
XYZ 20.34 29.88 6.98 -
YUV 134.37 76.44 112.76 -
System Red Green Blue C M Y K H S L
Decimal 113 163 43 0.31 0 0.74 0.36 85 0.58 0.4
Hex 71 A3 2B 1F 0 4A 24 55 3A 28
Octal 161 243 53 37 0 112 44 125 72 50
Binary 1110001 10100011 101011 11111 0 1001010 100100 1010101 111010 101000

Color Harmonies of #71A32B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A32B

Black with #71A32B

Text Example


Text Example

White with #71A32B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,163,43); }

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

background-color css

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

 a { background-color: rgb(113,163,43); }

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

border-color css

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

 span { border-color: rgb(113,163,43); }

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