Html Css Color HEX #527441 Fern Green

📋 copy color: '#527441'

red 82 ◦ green 116 ◦ blue 65

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

Shades of Fern Green #527441

Tints of Fern Green #527441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.71%

R = 31.18%
G = 44.11%
B = 24.71%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.44

 K value IS 0.55

RGB Variations

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

Color information

#527441 (or 0x527441) is known color: Fern Green. HEX triplet: 52, 74 and 41. RGB value is (82,116,65). Sum of RGB (Red+Green+Blue) = 82+116+65=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #527441 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527441 is #AD8BBE. Grayscale: #646464. Windows color (decimal): -11373503 or 4289618. OLE color: 4289618.

HSL color Cylindrical-coordinate representation of color #527441: hue angle of 100º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #527441 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.55.

Color convert

RGB 82 116 65 -
CMYK 0.29 0 0.44 0.55
HSL 100º 0.28% 0.35% -
HSV(B) 100º 0.44% 0.45% -
XYZ 10.68 14.67 7.27 -
YUV 100.02 108.24 115.15 -
System Red Green Blue C M Y K H S L
Decimal 82 116 65 0.29 0 0.44 0.55 100 0.28 0.35
Hex 52 74 41 1D 0 2C 37 64 1C 23
Octal 122 164 101 35 0 54 67 144 34 43
Binary 1010010 1110100 1000001 11101 0 101100 110111 1100100 11100 100011

Color Harmonies of #527441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527441

Black with #527441

Text Example


Text Example

White with #527441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527441; }

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

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

background-color css

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

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

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

border-color css

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

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

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