Html Css Color HEX #526F47 Fern Green

📋 copy color: '#526F47'

red 82 ◦ green 111 ◦ blue 71

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

Shades of Fern Green #526F47

Tints of Fern Green #526F47

RGB

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

 GREEN value IS 111 (43.75% from 255) = 42.05%

 BLUE value IS 71 (28.13% from 255) = 26.89%

R = 31.06%
G = 42.05%
B = 26.89%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.36

 K value IS 0.56

RGB Variations

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

Color information

#526F47 (or 0x526F47) is known color: Fern Green. HEX triplet: 52, 6F and 47. RGB value is (82,111,71). Sum of RGB (Red+Green+Blue) = 82+111+71=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #526F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526F47 is #AD90B8. Grayscale: #616161. Windows color (decimal): -11374777 or 4681554. OLE color: 4681554.

HSL color Cylindrical-coordinate representation of color #526F47: hue angle of 103.5º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #526F47 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 111 71 -
CMYK 0.26 0 0.36 0.56
HSL 103.5º 0.22% 0.36% -
HSV(B) 103.5º 0.36% 0.44% -
XYZ 10.3 13.62 8.05 -
YUV 97.77 112.89 116.75 -
System Red Green Blue C M Y K H S L
Decimal 82 111 71 0.26 0 0.36 0.56 103.5 0.22 0.36
Hex 52 6F 47 1A 0 24 38 68 16 24
Octal 122 157 107 32 0 44 70 150 26 44
Binary 1010010 1101111 1000111 11010 0 100100 111000 1101000 10110 100100

Color Harmonies of #526F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526F47

Black with #526F47

Text Example


Text Example

White with #526F47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526F47; }

 p { color: rgb(82,111,71); }

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

background-color css

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

 a { background-color: rgb(82,111,71); }

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

border-color css

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

 span { border-color: rgb(82,111,71); }

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