#527545

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

Shades of Fern Green #527545

Tints of Fern Green #527545

Color information

#527545 (or 0x527545) is unknown color: approx Fern Green. HEX triplet: 52, 75 and 45. RGB value is (82,117,69). Sum of RGB (Red+Green+Blue) = 82+117+69=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #527545 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527545 is #AD8ABA. Grayscale: #656565. Windows color (decimal): -11373243 or 4552018. OLE color: 4552018.

HSL color Cylindrical-coordinate representation of color #527545: hue angle of 103.75º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #527545 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.54.

Color convert

RGB8211769-
CMYK0.3000.410.54
HSL103.75º25.81%36.47%-
HSV(B)103.75º41.03%45.88%-
XYZ10.9214.957.94-
YUV101.06109.9114.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.60%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 69 (27.34% from 255) = 25.75%
R=30.60%
G=43.66%
B=25.75%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82117690.3000.410.54103.7525.8136.47
Hex5275451E02936681a24
Octal12216510536051661503244
Binary101001011101011000101111100101001110110110100011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527545; }

 p { color: rgb(82,117,69); }

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

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

 a { background-color: rgb(82,117,69); }

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

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

 span { border-color: rgb(82,117,69); }

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