Html Css Color HEX #527C46 Fern Green

📋 copy color: '#527C46'

red 82 ◦ green 124 ◦ blue 70

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

Shades of Fern Green #527C46

Tints of Fern Green #527C46

RGB

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

 GREEN value IS 124 (48.83% from 255) = 44.93%

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

R = 29.71%
G = 44.93%
B = 25.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#527C46 (or 0x527C46) is known color: Fern Green. HEX triplet: 52, 7C and 46. RGB value is (82,124,70). Sum of RGB (Red+Green+Blue) = 82+124+70=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 124 (48.83% from 255 or 44.93% from 276); Blue value is 70 (27.73% from 255 or 25.36% from 276); Max value from RGB is 124 - color contains mainly: green. Hex color #527C46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527C46 is #AD83B9. Grayscale: #696969. Windows color (decimal): -11371450 or 4619346. OLE color: 4619346.

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

Color convert

RGB 82 124 70 -
CMYK 0.34 0 0.44 0.51
HSL 106.67º 0.28% 0.38% -
HSV(B) 106.67º 0.44% 0.49% -
XYZ 11.79 16.65 8.39 -
YUV 105.29 108.09 111.39 -
System Red Green Blue C M Y K H S L
Decimal 82 124 70 0.34 0 0.44 0.51 106.67 0.28 0.38
Hex 52 7C 46 22 0 2C 33 6B 1C 26
Octal 122 174 106 42 0 54 63 153 34 46
Binary 1010010 1111100 1000110 100010 0 101100 110011 1101011 11100 100110

Color Harmonies of #527C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C46

Black with #527C46

Text Example


Text Example

White with #527C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527C46; }

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

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

background-color css

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

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

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

border-color css

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

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

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