Html Css Color HEX #527243 Fern Green

📋 copy color: '#527243'

red 82 ◦ green 114 ◦ blue 67

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

Shades of Fern Green #527243

Tints of Fern Green #527243

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.35%

 BLUE value IS 67 (26.56% from 255) = 25.48%

R = 31.18%
G = 43.35%
B = 25.48%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.41

 K value IS 0.55

RGB Variations

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

Color information

#527243 (or 0x527243) is known color: Fern Green. HEX triplet: 52, 72 and 43. RGB value is (82,114,67). Sum of RGB (Red+Green+Blue) = 82+114+67=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 114 (44.92% from 255 or 43.35% from 263); Blue value is 67 (26.56% from 255 or 25.48% from 263); Max value from RGB is 114 - color contains mainly: green. Hex color #527243 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527243 is #AD8DBC. Grayscale: #636363. Windows color (decimal): -11374013 or 4420178. OLE color: 4420178.

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

Color convert

RGB 82 114 67 -
CMYK 0.28 0 0.41 0.55
HSL 100.85º 0.26% 0.35% -
HSV(B) 100.85º 0.41% 0.45% -
XYZ 10.51 14.23 7.5 -
YUV 99.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 82 114 67 0.28 0 0.41 0.55 100.85 0.26 0.35
Hex 52 72 43 1C 0 29 37 65 1A 23
Octal 122 162 103 34 0 51 67 145 32 43
Binary 1010010 1110010 1000011 11100 0 101001 110111 1100101 11010 100011

Color Harmonies of #527243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527243

Black with #527243

Text Example


Text Example

White with #527243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527243; }

 p { color: rgb(82,114,67); }

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

background-color css

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

 a { background-color: rgb(82,114,67); }

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

border-color css

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

 span { border-color: rgb(82,114,67); }

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