Html Css Color HEX #528540 Fern Green

📋 copy color: '#528540'

red 82 ◦ green 133 ◦ blue 64

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

Shades of Fern Green #528540

Tints of Fern Green #528540

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.67%

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

R = 29.39%
G = 47.67%
B = 22.94%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#528540 (or 0x528540) is known color: Fern Green. HEX triplet: 52, 85 and 40. RGB value is (82,133,64). Sum of RGB (Red+Green+Blue) = 82+133+64=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 64 (25.39% from 255 or 22.94% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #528540 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528540 is #AD7ABF. Grayscale: #6E6E6E. Windows color (decimal): -11369152 or 4228434. OLE color: 4228434.

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

Color convert

RGB 82 133 64 -
CMYK 0.38 0 0.52 0.48
HSL 104.35º 0.35% 0.39% -
HSV(B) 104.35º 0.52% 0.52% -
XYZ 12.79 18.94 7.83 -
YUV 109.89 102.1 108.11 -
System Red Green Blue C M Y K H S L
Decimal 82 133 64 0.38 0 0.52 0.48 104.35 0.35 0.39
Hex 52 85 40 26 0 34 30 68 23 27
Octal 122 205 100 46 0 64 60 150 43 47
Binary 1010010 10000101 1000000 100110 0 110100 110000 1101000 100011 100111

Color Harmonies of #528540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528540

Black with #528540

Text Example


Text Example

White with #528540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528540; }

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

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

background-color css

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

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

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

border-color css

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

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

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