#527C34

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

Shades of Fern Green #527C34

Tints of Fern Green #527C34

Color information

#527C34 (or 0x527C34) is unknown color: approx Fern Green. HEX triplet: 52, 7C and 34. RGB value is (82,124,52). Sum of RGB (Red+Green+Blue) = 82+124+52=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 52 (20.70% from 255 or 20.16% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #527C34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527C34 is #AD83CB. Grayscale: #676767. Windows color (decimal): -11371468 or 3439698. OLE color: 3439698.

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

Color convert

RGB8212452-
CMYK0.3400.580.51
HSL95º40.91%34.51%-
HSV(B)95º58.06%48.63%-
XYZ11.3116.465.83-
YUV103.2399.09112.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.78%
GREEN value IS 124 (48.83% from 255) = 48.06%
BLUE value IS 52 (20.70% from 255) = 20.16%
R=31.78%
G=48.06%
B=20.16%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82124520.3400.580.519540.9134.51
Hex527C342203A335f2923
Octal1221746442072631375143
Binary1010010111110011010010001001110101100111011111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,124,52); }

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

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

 a { background-color: rgb(82,124,52); }

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

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

 span { border-color: rgb(82,124,52); }

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