Html Css Color HEX #528037 Fern Green

📋 copy color: '#528037'

red 82 ◦ green 128 ◦ blue 55

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

Shades of Fern Green #528037

Tints of Fern Green #528037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.75%

R = 30.94%
G = 48.3%
B = 20.75%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.57

 K value IS 0.50

RGB Variations

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

Color information

#528037 (or 0x528037) is known color: Fern Green. HEX triplet: 52, 80 and 37. RGB value is (82,128,55). Sum of RGB (Red+Green+Blue) = 82+128+55=265 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.94% from 265); Green value is 128 (50.39% from 255 or 48.30% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 128 - color contains mainly: green. Hex color #528037 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528037 is #AD7FC8. Grayscale: #6A6A6A. Windows color (decimal): -11370441 or 3637330. OLE color: 3637330.

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

Color convert

RGB 82 128 55 -
CMYK 0.36 0 0.57 0.50
HSL 97.81º 0.4% 0.36% -
HSV(B) 97.81º 0.57% 0.5% -
XYZ 11.89 17.51 6.37 -
YUV 105.92 99.26 110.94 -
System Red Green Blue C M Y K H S L
Decimal 82 128 55 0.36 0 0.57 0.50 97.81 0.4 0.36
Hex 52 80 37 24 0 39 32 62 28 24
Octal 122 200 67 44 0 71 62 142 50 44
Binary 1010010 10000000 110111 100100 0 111001 110010 1100010 101000 100100

Color Harmonies of #528037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528037

Black with #528037

Text Example


Text Example

White with #528037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528037; }

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

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

background-color css

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

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

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

border-color css

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

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

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