#527643

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

Shades of Fern Green #527643

Tints of Fern Green #527643

Color information

#527643 (or 0x527643) is unknown color: approx Fern Green. HEX triplet: 52, 76 and 43. RGB value is (82,118,67). Sum of RGB (Red+Green+Blue) = 82+118+67=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #527643 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527643 is #AD89BC. Grayscale: #656565. Windows color (decimal): -11372989 or 4421202. OLE color: 4421202.

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

Color convert

RGB8211867-
CMYK0.3100.430.54
HSL102.35º27.57%36.27%-
HSV(B)102.35º43.22%46.27%-
XYZ10.9715.167.66-
YUV101.42108.57114.15-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.71%
GREEN value IS 118 (46.48% from 255) = 44.19%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=30.71%
G=44.19%
B=25.09%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal82118670.3100.430.54102.3527.5736.27
Hex5276431F02B36661c24
Octal12216610337053661463444
Binary101001011101101000011111110101011110110110011011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527643; }

 p { color: rgb(82,118,67); }

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

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

 a { background-color: rgb(82,118,67); }

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

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

 span { border-color: rgb(82,118,67); }

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