Html Css Color HEX #527848 Fern Green

📋 copy color: '#527848'

red 82 ◦ green 120 ◦ blue 72

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

Shades of Fern Green #527848

Tints of Fern Green #527848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 43.8%

 BLUE value IS 72 (28.52% from 255) = 26.28%

R = 29.93%
G = 43.8%
B = 26.28%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#527848 (or 0x527848) is known color: Fern Green. HEX triplet: 52, 78 and 48. RGB value is (82,120,72). Sum of RGB (Red+Green+Blue) = 82+120+72=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 120 (47.27% from 255 or 43.80% from 274); Blue value is 72 (28.52% from 255 or 26.28% from 274); Max value from RGB is 120 - color contains mainly: green. Hex color #527848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527848 is #AD87B7. Grayscale: #676767. Windows color (decimal): -11372472 or 4749394. OLE color: 4749394.

HSL color Cylindrical-coordinate representation of color #527848: hue angle of 107.5º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #527848 is Cyan = 0.32, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 120 72 -
CMYK 0.32 0 0.40 0.53
HSL 107.5º 0.25% 0.38% -
HSV(B) 107.5º 0.4% 0.47% -
XYZ 11.37 15.69 8.56 -
YUV 103.17 110.41 112.9 -
System Red Green Blue C M Y K H S L
Decimal 82 120 72 0.32 0 0.40 0.53 107.5 0.25 0.38
Hex 52 78 48 20 0 28 35 6C 19 26
Octal 122 170 110 40 0 50 65 154 31 46
Binary 1010010 1111000 1001000 100000 0 101000 110101 1101100 11001 100110

Color Harmonies of #527848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527848

Black with #527848

Text Example


Text Example

White with #527848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527848; }

 p { color: rgb(82,120,72); }

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

background-color css

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

 a { background-color: rgb(82,120,72); }

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

border-color css

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

 span { border-color: rgb(82,120,72); }

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