#528738

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

Shades of Fern Green #528738

Tints of Fern Green #528738

Color information

#528738 (or 0x528738) is unknown color: approx Fern Green. HEX triplet: 52, 87 and 38. RGB value is (82,135,56). Sum of RGB (Red+Green+Blue) = 82+135+56=273 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.04% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #528738 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528738 is #AD78C7. Grayscale: #6E6E6E. Windows color (decimal): -11368648 or 3704658. OLE color: 3704658.

HSL color Cylindrical-coordinate representation of color #528738: hue angle of 100.25º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528738 is Cyan = 0.39, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB8213556-
CMYK0.3900.590.47
HSL100.25º41.36%37.45%-
HSV(B)100.25º58.52%52.94%-
XYZ12.8619.416.81-
YUV110.1597.44107.92-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.04%
GREEN value IS 135 (53.12% from 255) = 49.45%
BLUE value IS 56 (22.27% from 255) = 20.51%
R=30.04%
G=49.45%
B=20.51%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82135560.3900.590.47100.2541.3637.45
Hex5287382703B2F642925
Octal1222077047073571445145
Binary10100101000011111100010011101110111011111100100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528738; }

 p { color: rgb(82,135,56); }

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

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

 a { background-color: rgb(82,135,56); }

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

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

 span { border-color: rgb(82,135,56); }

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