Html Css Color HEX #71A241 Sushi

📋 copy color: '#71A241'

red 113 ◦ green 162 ◦ blue 65

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

Shades of Sushi #71A241

Tints of Sushi #71A241

RGB

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

 GREEN value IS 162 (63.67% from 255) = 47.65%

 BLUE value IS 65 (25.78% from 255) = 19.12%

R = 33.24%
G = 47.65%
B = 19.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#71A241 (or 0x71A241) is known color: Sushi. HEX triplet: 71, A2 and 41. RGB value is (113,162,65). Sum of RGB (Red+Green+Blue) = 113+162+65=340 (45% of max value = 765). Red value is 113 (44.53% from 255 or 33.24% from 340); Green value is 162 (63.67% from 255 or 47.65% from 340); Blue value is 65 (25.78% from 255 or 19.12% from 340); Max value from RGB is 162 - color contains mainly: green. Hex color #71A241 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71A241 is #8E5DBE. Grayscale: #888888. Windows color (decimal): -9330111 or 4301425. OLE color: 4301425.

HSL color Cylindrical-coordinate representation of color #71A241: hue angle of 90.31º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #71A241 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 113 162 65 -
CMYK 0.30 0 0.60 0.36
HSL 90.31º 0.43% 0.45% -
HSV(B) 90.31º 0.6% 0.64% -
XYZ 20.68 29.73 9.65 -
YUV 136.29 87.77 111.39 -
System Red Green Blue C M Y K H S L
Decimal 113 162 65 0.30 0 0.60 0.36 90.31 0.43 0.45
Hex 71 A2 41 1E 0 3C 24 5A 2B 2D
Octal 161 242 101 36 0 74 44 132 53 55
Binary 1110001 10100010 1000001 11110 0 111100 100100 1011010 101011 101101

Color Harmonies of #71A241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71A241

Black with #71A241

Text Example


Text Example

White with #71A241

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,162,65); }

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

background-color css

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

 a { background-color: rgb(113,162,65); }

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

border-color css

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

 span { border-color: rgb(113,162,65); }

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