Html Css Color HEX #527944 Fern Green

📋 copy color: '#527944'

red 82 ◦ green 121 ◦ blue 68

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

Shades of Fern Green #527944

Tints of Fern Green #527944

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.65%

 BLUE value IS 68 (26.95% from 255) = 25.09%

R = 30.26%
G = 44.65%
B = 25.09%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.44

 K value IS 0.53

RGB Variations

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

Color information

#527944 (or 0x527944) is known color: Fern Green. HEX triplet: 52, 79 and 44. RGB value is (82,121,68). Sum of RGB (Red+Green+Blue) = 82+121+68=271 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.26% from 271); Green value is 121 (47.66% from 255 or 44.65% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 121 - color contains mainly: green. Hex color #527944 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527944 is #AD86BB. Grayscale: #676767. Windows color (decimal): -11372220 or 4487506. OLE color: 4487506.

HSL color Cylindrical-coordinate representation of color #527944: hue angle of 104.15º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #527944 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 68 -
CMYK 0.32 0 0.44 0.53
HSL 104.15º 0.28% 0.37% -
HSV(B) 104.15º 0.44% 0.47% -
XYZ 11.36 15.89 7.94 -
YUV 103.3 108.08 112.81 -
System Red Green Blue C M Y K H S L
Decimal 82 121 68 0.32 0 0.44 0.53 104.15 0.28 0.37
Hex 52 79 44 20 0 2C 35 68 1C 25
Octal 122 171 104 40 0 54 65 150 34 45
Binary 1010010 1111001 1000100 100000 0 101100 110101 1101000 11100 100101

Color Harmonies of #527944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527944

Black with #527944

Text Example


Text Example

White with #527944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527944; }

 p { color: rgb(82,121,68); }

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

background-color css

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

 a { background-color: rgb(82,121,68); }

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

border-color css

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

 span { border-color: rgb(82,121,68); }

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