Html Css Color HEX #527446 Fern Green

📋 copy color: '#527446'

red 82 ◦ green 116 ◦ blue 70

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

Shades of Fern Green #527446

Tints of Fern Green #527446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.28%

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

R = 30.6%
G = 43.28%
B = 26.12%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#527446 (or 0x527446) is known color: Fern Green. HEX triplet: 52, 74 and 46. RGB value is (82,116,70). Sum of RGB (Red+Green+Blue) = 82+116+70=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #527446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527446 is #AD8BB9. Grayscale: #646464. Windows color (decimal): -11373498 or 4617298. OLE color: 4617298.

HSL color Cylindrical-coordinate representation of color #527446: hue angle of 104.35º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527446 is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 70 -
CMYK 0.29 0 0.40 0.55
HSL 104.35º 0.25% 0.36% -
HSV(B) 104.35º 0.4% 0.45% -
XYZ 10.83 14.73 8.07 -
YUV 100.59 110.74 114.74 -
System Red Green Blue C M Y K H S L
Decimal 82 116 70 0.29 0 0.40 0.55 104.35 0.25 0.36
Hex 52 74 46 1D 0 28 37 68 19 24
Octal 122 164 106 35 0 50 67 150 31 44
Binary 1010010 1110100 1000110 11101 0 101000 110111 1101000 11001 100100

Color Harmonies of #527446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527446

Black with #527446

Text Example


Text Example

White with #527446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527446; }

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

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

background-color css

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

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

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

border-color css

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

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

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