Html Css Color HEX #527442 Fern Green

📋 copy color: '#527442'

red 82 ◦ green 116 ◦ blue 66

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

Shades of Fern Green #527442

Tints of Fern Green #527442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25%

R = 31.06%
G = 43.94%
B = 25%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#527442 (or 0x527442) is known color: Fern Green. HEX triplet: 52, 74 and 42. RGB value is (82,116,66). Sum of RGB (Red+Green+Blue) = 82+116+66=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #527442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527442 is #AD8BBD. Grayscale: #646464. Windows color (decimal): -11373502 or 4355154. OLE color: 4355154.

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

Color convert

RGB 82 116 66 -
CMYK 0.29 0 0.43 0.55
HSL 100.8º 0.27% 0.36% -
HSV(B) 100.8º 0.43% 0.45% -
XYZ 10.71 14.68 7.42 -
YUV 100.13 108.74 115.07 -
System Red Green Blue C M Y K H S L
Decimal 82 116 66 0.29 0 0.43 0.55 100.8 0.27 0.36
Hex 52 74 42 1D 0 2B 37 65 1B 24
Octal 122 164 102 35 0 53 67 145 33 44
Binary 1010010 1110100 1000010 11101 0 101011 110111 1100101 11011 100100

Color Harmonies of #527442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527442

Black with #527442

Text Example


Text Example

White with #527442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527442; }

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

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

background-color css

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

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

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

border-color css

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

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

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