#527B4B

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

Shades of Fern Green #527B4B

Tints of Fern Green #527B4B

Color information

#527B4B (or 0x527B4B) is unknown color: approx Fern Green. HEX triplet: 52, 7B and 4B. RGB value is (82,123,75). Sum of RGB (Red+Green+Blue) = 82+123+75=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 75 (29.69% from 255 or 26.79% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #527B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527B4B is #AD84B4. Grayscale: #696969. Windows color (decimal): -11371701 or 4946770. OLE color: 4946770.

HSL color Cylindrical-coordinate representation of color #527B4B: hue angle of 111.25º degrees, saturation: 0.24, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #527B4B is Cyan = 0.33, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.52.

Color convert

RGB8212375-
CMYK0.3300.390.52
HSL111.25º24.24%38.82%-
HSV(B)111.25º39.02%48.24%-
XYZ11.8316.479.21-
YUV105.27110.92111.4-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.29%
GREEN value IS 123 (48.44% from 255) = 43.93%
BLUE value IS 75 (29.69% from 255) = 26.79%
R=29.29%
G=43.93%
B=26.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal82123750.3300.390.52111.2524.2438.82
Hex527B4B21027346f1827
Octal12217311341047641573047
Binary1010010111101110010111000010100111110100110111111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #527B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,123,75); }

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

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

 a { background-color: rgb(82,123,75); }

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

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

 span { border-color: rgb(82,123,75); }

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