#527C33

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

Shades of Fern Green #527C33

Tints of Fern Green #527C33

Color information

#527C33 (or 0x527C33) is unknown color: approx Fern Green. HEX triplet: 52, 7C and 33. RGB value is (82,124,51). Sum of RGB (Red+Green+Blue) = 82+124+51=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 124 (48.83% from 255 or 48.25% from 257); Blue value is 51 (20.31% from 255 or 19.84% from 257); Max value from RGB is 124 - color contains mainly: green. Hex color #527C33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527C33 is #AD83CC. Grayscale: #676767. Windows color (decimal): -11371469 or 3374162. OLE color: 3374162.

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

Color convert

RGB8212451-
CMYK0.3400.590.51
HSL94.52º41.71%34.31%-
HSV(B)94.52º58.87%48.63%-
XYZ11.2816.455.71-
YUV103.1298.59112.94-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 31.91%
GREEN value IS 124 (48.83% from 255) = 48.25%
BLUE value IS 51 (20.31% from 255) = 19.84%
R=31.91%
G=48.25%
B=19.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82124510.3400.590.5194.5241.7134.31
Hex527C332203B335f2a22
Octal1221746342073631375242
Binary1010010111110011001110001001110111100111011111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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