#71952F

Color #71952F Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #71952F

Tints of Sushi #71952F

Color information

#71952F (or 0x71952F) is unknown color: approx Sushi. HEX triplet: 71, 95 and 2F. RGB value is (113,149,47). Sum of RGB (Red+Green+Blue) = 113+149+47=309 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.57% from 309); Green value is 149 (58.59% from 255 or 48.22% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 149 - color contains mainly: green. Hex color #71952F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #71952F is #8E6AD0. Grayscale: #7E7E7E. Windows color (decimal): -9333457 or 3118449. OLE color: 3118449.

HSL color Cylindrical-coordinate representation of color #71952F: hue angle of 81.18º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #71952F is Cyan = 0.24, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB11314947-
CMYK0.2400.680.42
HSL81.18º52.04%38.43%-
HSV(B)81.18º68.46%58.43%-
XYZ18.0725.216.6-
YUV126.6183.07118.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 36.57%
GREEN value IS 149 (58.59% from 255) = 48.22%
BLUE value IS 47 (18.75% from 255) = 15.21%
R=36.57%
G=48.22%
B=15.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal113149470.2400.680.4281.1852.0438.43
Hex71952F180442A513426
Octal16122557300104521216446
Binary11100011001010110111111000010001001010101010001110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71952F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71952F; }

 p { color: rgb(113,149,47); }

 H1.HeaderClassName
 {
   color: #71952F;
 }
 .AnyTagClassName
 {
   color: #71952F;
 }
</style>
background-color css

<style>
 a { background-color: #71952F; }

 a { background-color: rgb(113,149,47); }

 div.DivClassName
 {
   background-color: #71952F;
 }
 .BgClassName
 {
   background-color: #71952F;
 }
</style>
border-color css

<style>
 span { border-color: #71952F; }

 span { border-color: rgb(113,149,47); }

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