Html Css Color HEX #528237 Fern Green

📋 copy color: '#528237'

red 82 ◦ green 130 ◦ blue 55

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

Shades of Fern Green #528237

Tints of Fern Green #528237

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.69%

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

R = 30.71%
G = 48.69%
B = 20.6%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.58

 K value IS 0.49

RGB Variations

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

Color information

#528237 (or 0x528237) is known color: Fern Green. HEX triplet: 52, 82 and 37. RGB value is (82,130,55). Sum of RGB (Red+Green+Blue) = 82+130+55=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 130 (51.17% from 255 or 48.69% from 267); Blue value is 55 (21.88% from 255 or 20.60% from 267); Max value from RGB is 130 - color contains mainly: green. Hex color #528237 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528237 is #AD7DC8. Grayscale: #6B6B6B. Windows color (decimal): -11369929 or 3637842. OLE color: 3637842.

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

Color convert

RGB 82 130 55 -
CMYK 0.37 0 0.58 0.49
HSL 98.4º 0.41% 0.36% -
HSV(B) 98.4º 0.58% 0.51% -
XYZ 12.15 18.03 6.46 -
YUV 107.1 98.6 110.1 -
System Red Green Blue C M Y K H S L
Decimal 82 130 55 0.37 0 0.58 0.49 98.4 0.41 0.36
Hex 52 82 37 25 0 3A 31 62 29 24
Octal 122 202 67 45 0 72 61 142 51 44
Binary 1010010 10000010 110111 100101 0 111010 110001 1100010 101001 100100

Color Harmonies of #528237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528237

Black with #528237

Text Example


Text Example

White with #528237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528237; }

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

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

background-color css

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

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

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

border-color css

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

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

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