#527E43

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

Shades of Fern Green #527E43

Tints of Fern Green #527E43

Color information

#527E43 (or 0x527E43) is unknown color: approx Fern Green. HEX triplet: 52, 7E and 43. RGB value is (82,126,67). Sum of RGB (Red+Green+Blue) = 82+126+67=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 126 (49.61% from 255 or 45.82% from 275); Blue value is 67 (26.56% from 255 or 24.36% from 275); Max value from RGB is 126 - color contains mainly: green. Hex color #527E43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527E43 is #AD81BC. Grayscale: #6A6A6A. Windows color (decimal): -11370941 or 4423250. OLE color: 4423250.

HSL color Cylindrical-coordinate representation of color #527E43: hue angle of 104.75º degrees, saturation: 0.31, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #527E43 is Cyan = 0.35, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB8212667-
CMYK0.3500.470.51
HSL104.75º30.57%37.84%-
HSV(B)104.75º46.83%49.41%-
XYZ11.9517.127.98-
YUV106.12105.92110.8-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 126 (49.61% from 255) = 45.82%
BLUE value IS 67 (26.56% from 255) = 24.36%
R=29.82%
G=45.82%
B=24.36%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82126670.3500.470.51104.7530.5737.84
Hex527E432302F33691f26
Octal12217610343057631513746
Binary1010010111111010000111000110101111110011110100111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527E43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #527E43; }

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

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

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

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

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

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

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

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