Html Css Color HEX #528039 Fern Green

📋 copy color: '#528039'

red 82 ◦ green 128 ◦ blue 57

#528039
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #528039

Tints of Fern Green #528039

RGB

 RED value IS 82 (32.42% from 255) = 30.71%

 GREEN value IS 128 (50.39% from 255) = 47.94%

 BLUE value IS 57 (22.66% from 255) = 21.35%

R = 30.71%
G = 47.94%
B = 21.35%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#528039 (or 0x528039) is known color: Fern Green. HEX triplet: 52, 80 and 39. RGB value is (82,128,57). Sum of RGB (Red+Green+Blue) = 82+128+57=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 128 (50.39% from 255 or 47.94% from 267); Blue value is 57 (22.66% from 255 or 21.35% from 267); Max value from RGB is 128 - color contains mainly: green. Hex color #528039 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528039 is #AD7FC6. Grayscale: #6A6A6A. Windows color (decimal): -11370439 or 3768402. OLE color: 3768402.

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

Color convert

RGB 82 128 57 -
CMYK 0.36 0 0.55 0.50
HSL 98.87º 0.38% 0.36% -
HSV(B) 98.87º 0.55% 0.5% -
XYZ 11.94 17.53 6.62 -
YUV 106.15 100.26 110.77 -
System Red Green Blue C M Y K H S L
Decimal 82 128 57 0.36 0 0.55 0.50 98.87 0.38 0.36
Hex 52 80 39 24 0 37 32 63 26 24
Octal 122 200 71 44 0 67 62 143 46 44
Binary 1010010 10000000 111001 100100 0 110111 110010 1100011 100110 100100

Color Harmonies of #528039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528039

Black with #528039

Text Example


Text Example

White with #528039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528039; }

 p { color: rgb(82,128,57); }

 H1.HeaderClassName
 {
   color: #528039;
 }
 .AnyTagClassName
 {
   color: #528039;
 }
</style>

background-color css

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

 a { background-color: rgb(82,128,57); }

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

border-color css

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

 span { border-color: rgb(82,128,57); }

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