Html Css Color HEX #528437 Fern Green

📋 copy color: '#528437'

red 82 ◦ green 132 ◦ blue 55

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

Shades of Fern Green #528437

Tints of Fern Green #528437

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.07%

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

R = 30.48%
G = 49.07%
B = 20.45%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#528437 (or 0x528437) is known color: Fern Green. HEX triplet: 52, 84 and 37. RGB value is (82,132,55). Sum of RGB (Red+Green+Blue) = 82+132+55=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #528437 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528437 is #AD7BC8. Grayscale: #6C6C6C. Windows color (decimal): -11369417 or 3638354. OLE color: 3638354.

HSL color Cylindrical-coordinate representation of color #528437: hue angle of 98.96º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #528437 is Cyan = 0.38, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 132 55 -
CMYK 0.38 0 0.58 0.48
HSL 98.96º 0.41% 0.37% -
HSV(B) 98.96º 0.58% 0.52% -
XYZ 12.42 18.57 6.54 -
YUV 108.27 97.94 109.26 -
System Red Green Blue C M Y K H S L
Decimal 82 132 55 0.38 0 0.58 0.48 98.96 0.41 0.37
Hex 52 84 37 26 0 3A 30 63 29 25
Octal 122 204 67 46 0 72 60 143 51 45
Binary 1010010 10000100 110111 100110 0 111010 110000 1100011 101001 100101

Color Harmonies of #528437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528437

Black with #528437

Text Example


Text Example

White with #528437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528437; }

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

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

background-color css

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

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

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

border-color css

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

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

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