Html Css Color HEX #527242 Fern Green

📋 copy color: '#527242'

red 82 ◦ green 114 ◦ blue 66

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

Shades of Fern Green #527242

Tints of Fern Green #527242

RGB

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

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

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

R = 31.3%
G = 43.51%
B = 25.19%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.42

 K value IS 0.55

RGB Variations

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

Color information

#527242 (or 0x527242) is known color: Fern Green. HEX triplet: 52, 72 and 42. RGB value is (82,114,66). Sum of RGB (Red+Green+Blue) = 82+114+66=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 66 (26.17% from 255 or 25.19% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #527242 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527242 is #AD8DBD. Grayscale: #636363. Windows color (decimal): -11374014 or 4354642. OLE color: 4354642.

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

Color convert

RGB 82 114 66 -
CMYK 0.28 0 0.42 0.55
HSL 100º 0.27% 0.35% -
HSV(B) 100º 0.42% 0.45% -
XYZ 10.48 14.22 7.35 -
YUV 98.96 109.4 115.9 -
System Red Green Blue C M Y K H S L
Decimal 82 114 66 0.28 0 0.42 0.55 100 0.27 0.35
Hex 52 72 42 1C 0 2A 37 64 1B 23
Octal 122 162 102 34 0 52 67 144 33 43
Binary 1010010 1110010 1000010 11100 0 101010 110111 1100100 11011 100011

Color Harmonies of #527242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527242

Black with #527242

Text Example


Text Example

White with #527242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527242; }

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

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

background-color css

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

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

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

border-color css

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

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

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