#528938

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

Shades of Fern Green #528938

Tints of Fern Green #528938

Color information

#528938 (or 0x528938) is unknown color: approx Fern Green. HEX triplet: 52, 89 and 38. RGB value is (82,137,56). Sum of RGB (Red+Green+Blue) = 82+137+56=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #528938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528938 is #AD76C7. Grayscale: #6F6F6F. Windows color (decimal): -11368136 or 3705170. OLE color: 3705170.

HSL color Cylindrical-coordinate representation of color #528938: hue angle of 100.74º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528938 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB8213756-
CMYK0.4000.590.46
HSL100.74º41.97%37.84%-
HSV(B)100.74º59.12%53.73%-
XYZ13.1419.976.9-
YUV111.3296.78107.09-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 137 (53.91% from 255) = 49.82%
BLUE value IS 56 (22.27% from 255) = 20.36%
R=29.82%
G=49.82%
B=20.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82137560.4000.590.46100.7441.9737.84
Hex5289382803B2E652a26
Octal1222117050073561455246
Binary10100101000100111100010100001110111011101100101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528938; }

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

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

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

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

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

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

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

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