Html Css Color HEX #528240 Fern Green

📋 copy color: '#528240'

red 82 ◦ green 130 ◦ blue 64

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

Shades of Fern Green #528240

Tints of Fern Green #528240

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.19%

R = 29.71%
G = 47.1%
B = 23.19%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#528240 (or 0x528240) is known color: Fern Green. HEX triplet: 52, 82 and 40. RGB value is (82,130,64). Sum of RGB (Red+Green+Blue) = 82+130+64=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 130 (51.17% from 255 or 47.10% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 130 - color contains mainly: green. Hex color #528240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528240 is #AD7DBF. Grayscale: #6C6C6C. Windows color (decimal): -11369920 or 4227666. OLE color: 4227666.

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

Color convert

RGB 82 130 64 -
CMYK 0.37 0 0.51 0.49
HSL 103.64º 0.34% 0.38% -
HSV(B) 103.64º 0.51% 0.51% -
XYZ 12.39 18.13 7.7 -
YUV 108.12 103.1 109.37 -
System Red Green Blue C M Y K H S L
Decimal 82 130 64 0.37 0 0.51 0.49 103.64 0.34 0.38
Hex 52 82 40 25 0 33 31 68 22 26
Octal 122 202 100 45 0 63 61 150 42 46
Binary 1010010 10000010 1000000 100101 0 110011 110001 1101000 100010 100110

Color Harmonies of #528240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528240

Black with #528240

Text Example


Text Example

White with #528240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528240; }

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

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

background-color css

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

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

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

border-color css

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

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

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