Html Css Color HEX #527246 Fern Green

📋 copy color: '#527246'

red 82 ◦ green 114 ◦ blue 70

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

Shades of Fern Green #527246

Tints of Fern Green #527246

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.86%

 BLUE value IS 70 (27.73% from 255) = 26.32%

R = 30.83%
G = 42.86%
B = 26.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#527246 (or 0x527246) is known color: Fern Green. HEX triplet: 52, 72 and 46. RGB value is (82,114,70). Sum of RGB (Red+Green+Blue) = 82+114+70=266 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.83% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 114 - color contains mainly: green. Hex color #527246 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527246 is #AD8DB9. Grayscale: #636363. Windows color (decimal): -11374010 or 4616786. OLE color: 4616786.

HSL color Cylindrical-coordinate representation of color #527246: hue angle of 103.64º degrees, saturation: 0.24, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #527246 is Cyan = 0.28, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 114 70 -
CMYK 0.28 0 0.39 0.55
HSL 103.64º 0.24% 0.36% -
HSV(B) 103.64º 0.39% 0.45% -
XYZ 10.6 14.27 7.99 -
YUV 99.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 82 114 70 0.28 0 0.39 0.55 103.64 0.24 0.36
Hex 52 72 46 1C 0 27 37 68 18 24
Octal 122 162 106 34 0 47 67 150 30 44
Binary 1010010 1110010 1000110 11100 0 100111 110111 1101000 11000 100100

Color Harmonies of #527246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527246

Black with #527246

Text Example


Text Example

White with #527246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527246; }

 p { color: rgb(82,114,70); }

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

background-color css

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

 a { background-color: rgb(82,114,70); }

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

border-color css

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

 span { border-color: rgb(82,114,70); }

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