Html Css Color HEX #527145 Fern Green

📋 copy color: '#527145'

red 82 ◦ green 113 ◦ blue 69

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

Shades of Fern Green #527145

Tints of Fern Green #527145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.8%

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

R = 31.06%
G = 42.8%
B = 26.14%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#527145 (or 0x527145) is known color: Fern Green. HEX triplet: 52, 71 and 45. RGB value is (82,113,69). Sum of RGB (Red+Green+Blue) = 82+113+69=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 113 (44.53% from 255 or 42.80% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 113 - color contains mainly: green. Hex color #527145 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527145 is #AD8EBA. Grayscale: #626262. Windows color (decimal): -11374267 or 4550994. OLE color: 4550994.

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

Color convert

RGB 82 113 69 -
CMYK 0.27 0 0.39 0.56
HSL 102.27º 0.24% 0.36% -
HSV(B) 102.27º 0.39% 0.44% -
XYZ 10.46 14.03 7.79 -
YUV 98.72 111.23 116.08 -
System Red Green Blue C M Y K H S L
Decimal 82 113 69 0.27 0 0.39 0.56 102.27 0.24 0.36
Hex 52 71 45 1B 0 27 38 66 18 24
Octal 122 161 105 33 0 47 70 146 30 44
Binary 1010010 1110001 1000101 11011 0 100111 111000 1100110 11000 100100

Color Harmonies of #527145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527145

Black with #527145

Text Example


Text Example

White with #527145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527145; }

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

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

background-color css

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

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

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

border-color css

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

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

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