Html Css Color HEX #527540 Fern Green

📋 copy color: '#527540'

red 82 ◦ green 117 ◦ blue 64

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

Shades of Fern Green #527540

Tints of Fern Green #527540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.49%

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

R = 31.18%
G = 44.49%
B = 24.33%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#527540 (or 0x527540) is known color: Fern Green. HEX triplet: 52, 75 and 40. RGB value is (82,117,64). Sum of RGB (Red+Green+Blue) = 82+117+64=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 117 (46.09% from 255 or 44.49% from 263); Blue value is 64 (25.39% from 255 or 24.33% from 263); Max value from RGB is 117 - color contains mainly: green. Hex color #527540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527540 is #AD8ABF. Grayscale: #646464. Windows color (decimal): -11373248 or 4224338. OLE color: 4224338.

HSL color Cylindrical-coordinate representation of color #527540: hue angle of 99.62º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #527540 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 82 117 64 -
CMYK 0.30 0 0.45 0.54
HSL 99.62º 0.29% 0.35% -
HSV(B) 99.62º 0.45% 0.46% -
XYZ 10.77 14.89 7.16 -
YUV 100.49 107.4 114.81 -
System Red Green Blue C M Y K H S L
Decimal 82 117 64 0.30 0 0.45 0.54 99.62 0.29 0.35
Hex 52 75 40 1E 0 2D 36 64 1D 23
Octal 122 165 100 36 0 55 66 144 35 43
Binary 1010010 1110101 1000000 11110 0 101101 110110 1100100 11101 100011

Color Harmonies of #527540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527540

Black with #527540

Text Example


Text Example

White with #527540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527540; }

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

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

background-color css

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

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

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

border-color css

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

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

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