Html Css Color HEX #528337 Fern Green

📋 copy color: '#528337'

red 82 ◦ green 131 ◦ blue 55

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

Shades of Fern Green #528337

Tints of Fern Green #528337

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.88%

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

R = 30.6%
G = 48.88%
B = 20.52%

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

#528337 (or 0x528337) is known color: Fern Green. HEX triplet: 52, 83 and 37. RGB value is (82,131,55). Sum of RGB (Red+Green+Blue) = 82+131+55=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 131 (51.56% from 255 or 48.88% from 268); Blue value is 55 (21.88% from 255 or 20.52% from 268); Max value from RGB is 131 - color contains mainly: green. Hex color #528337 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528337 is #AD7CC8. Grayscale: #6B6B6B. Windows color (decimal): -11369673 or 3638098. OLE color: 3638098.

HSL color Cylindrical-coordinate representation of color #528337: hue angle of 98.68º 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 #528337 is Cyan = 0.37, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 131 55 -
CMYK 0.37 0 0.58 0.49
HSL 98.68º 0.41% 0.36% -
HSV(B) 98.68º 0.58% 0.51% -
XYZ 12.29 18.3 6.5 -
YUV 107.69 98.27 109.68 -
System Red Green Blue C M Y K H S L
Decimal 82 131 55 0.37 0 0.58 0.49 98.68 0.41 0.36
Hex 52 83 37 25 0 3A 31 63 29 24
Octal 122 203 67 45 0 72 61 143 51 44
Binary 1010010 10000011 110111 100101 0 111010 110001 1100011 101001 100100

Color Harmonies of #528337

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528337

Black with #528337

Text Example


Text Example

White with #528337

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528337; }

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

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

background-color css

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

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

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

border-color css

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

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

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