#528141

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

Shades of Fern Green #528141

Tints of Fern Green #528141

Color information

#528141 (or 0x528141) is unknown color: approx Fern Green. HEX triplet: 52, 81 and 41. RGB value is (82,129,65). Sum of RGB (Red+Green+Blue) = 82+129+65=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 129 (50.78% from 255 or 46.74% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 129 - color contains mainly: green. Hex color #528141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528141 is #AD7EBE. Grayscale: #6B6B6B. Windows color (decimal): -11370175 or 4292946. OLE color: 4292946.

HSL color Cylindrical-coordinate representation of color #528141: hue angle of 104.06º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #528141 is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB8212965-
CMYK0.3600.500.49
HSL104.06º32.99%38.04%-
HSV(B)104.06º49.61%50.59%-
XYZ12.2817.887.8-
YUV107.65103.93109.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 129 (50.78% from 255) = 46.74%
BLUE value IS 65 (25.78% from 255) = 23.55%
R=29.71%
G=46.74%
B=23.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal82129650.3600.500.49104.0632.9938.04
Hex5281412403231682126
Octal12220110144062611504146
Binary101001010000001100000110010001100101100011101000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #528141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #528141; }

 p { color: rgb(82,129,65); }

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

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

 a { background-color: rgb(82,129,65); }

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

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

 span { border-color: rgb(82,129,65); }

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