Html Css Color HEX #527C42 Fern Green

📋 copy color: '#527C42'

red 82 ◦ green 124 ◦ blue 66

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

Shades of Fern Green #527C42

Tints of Fern Green #527C42

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.59%

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

R = 30.15%
G = 45.59%
B = 24.26%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.47

 K value IS 0.51

RGB Variations

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

Color information

#527C42 (or 0x527C42) is known color: Fern Green. HEX triplet: 52, 7C and 42. RGB value is (82,124,66). Sum of RGB (Red+Green+Blue) = 82+124+66=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 66 (26.17% from 255 or 24.26% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #527C42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527C42 is #AD83BD. Grayscale: #696969. Windows color (decimal): -11371454 or 4357202. OLE color: 4357202.

HSL color Cylindrical-coordinate representation of color #527C42: hue angle of 103.45º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #527C42 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.51.

Color convert

RGB 82 124 66 -
CMYK 0.34 0 0.47 0.51
HSL 103.45º 0.31% 0.37% -
HSV(B) 103.45º 0.47% 0.49% -
XYZ 11.67 16.6 7.74 -
YUV 104.83 106.09 111.72 -
System Red Green Blue C M Y K H S L
Decimal 82 124 66 0.34 0 0.47 0.51 103.45 0.31 0.37
Hex 52 7C 42 22 0 2F 33 67 1F 25
Octal 122 174 102 42 0 57 63 147 37 45
Binary 1010010 1111100 1000010 100010 0 101111 110011 1100111 11111 100101

Color Harmonies of #527C42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527C42

Black with #527C42

Text Example


Text Example

White with #527C42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527C42; }

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

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

background-color css

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

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

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

border-color css

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

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

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