#71B46C

Color #71B46C Fern (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern #71B46C

Tints of Fern #71B46C

Color information

#71B46C (or 0x71B46C) is unknown color: approx Fern. HEX triplet: 71, B4 and 6C. RGB value is (113,180,108). Sum of RGB (Red+Green+Blue) = 113+180+108=401 (53% of max value = 765). Red value is 113 (44.53% from 255 or 28.18% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 108 (42.58% from 255 or 26.93% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #71B46C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #71B46C is #8E4B93. Grayscale: #979797. Windows color (decimal): -9325460 or 7124081. OLE color: 7124081.

HSL color Cylindrical-coordinate representation of color #71B46C: hue angle of 115.83º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #71B46C is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB113180108-
CMYK0.3700.400.29
HSL115.83º32.43%56.47%-
HSV(B)115.83º40%70.59%-
XYZ25.8437.2420.01-
YUV151.76103.3100.35-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 28.18%
GREEN value IS 180 (70.70% from 255) = 44.89%
BLUE value IS 108 (42.58% from 255) = 26.93%
R=28.18%
G=44.89%
B=26.93%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1131801080.3700.400.29115.8332.4356.47
Hex71B46C250281D742038
Octal16126415445050351644070
Binary11100011011010011011001001010101000111011110100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71B46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,180,108); }

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

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

 a { background-color: rgb(113,180,108); }

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

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

 span { border-color: rgb(113,180,108); }

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