Html Css Color HEX #527045 Fern Green

📋 copy color: '#527045'

red 82 ◦ green 112 ◦ blue 69

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

Shades of Fern Green #527045

Tints of Fern Green #527045

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.59%

 BLUE value IS 69 (27.34% from 255) = 26.24%

R = 31.18%
G = 42.59%
B = 26.24%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#527045 (or 0x527045) is known color: Fern Green. HEX triplet: 52, 70 and 45. RGB value is (82,112,69). Sum of RGB (Red+Green+Blue) = 82+112+69=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 112 - color contains mainly: green. Hex color #527045 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527045 is #AD8FBA. Grayscale: #626262. Windows color (decimal): -11374523 or 4550738. OLE color: 4550738.

HSL color Cylindrical-coordinate representation of color #527045: hue angle of 101.86º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #527045 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 82 112 69 -
CMYK 0.27 0 0.38 0.56
HSL 101.86º 0.24% 0.35% -
HSV(B) 101.86º 0.38% 0.44% -
XYZ 10.35 13.81 7.75 -
YUV 98.13 111.56 116.5 -
System Red Green Blue C M Y K H S L
Decimal 82 112 69 0.27 0 0.38 0.56 101.86 0.24 0.35
Hex 52 70 45 1B 0 26 38 66 18 23
Octal 122 160 105 33 0 46 70 146 30 43
Binary 1010010 1110000 1000101 11011 0 100110 111000 1100110 11000 100011

Color Harmonies of #527045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527045

Black with #527045

Text Example


Text Example

White with #527045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527045; }

 p { color: rgb(82,112,69); }

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

background-color css

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

 a { background-color: rgb(82,112,69); }

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

border-color css

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

 span { border-color: rgb(82,112,69); }

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