Html Css Color HEX #527E42 Fern Green

📋 copy color: '#527E42'

red 82 ◦ green 126 ◦ blue 66

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

Shades of Fern Green #527E42

Tints of Fern Green #527E42

RGB

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

 GREEN value IS 126 (49.61% from 255) = 45.99%

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

R = 29.93%
G = 45.99%
B = 24.09%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#527E42 (or 0x527E42) is known color: Fern Green. HEX triplet: 52, 7E and 42. RGB value is (82,126,66). Sum of RGB (Red+Green+Blue) = 82+126+66=274 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.93% from 274); Green value is 126 (49.61% from 255 or 45.99% from 274); Blue value is 66 (26.17% from 255 or 24.09% from 274); Max value from RGB is 126 - color contains mainly: green. Hex color #527E42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527E42 is #AD81BD. Grayscale: #6A6A6A. Windows color (decimal): -11370942 or 4357714. OLE color: 4357714.

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

Color convert

RGB 82 126 66 -
CMYK 0.35 0 0.48 0.51
HSL 104º 0.31% 0.38% -
HSV(B) 104º 0.48% 0.49% -
XYZ 11.92 17.11 7.83 -
YUV 106 105.42 110.88 -
System Red Green Blue C M Y K H S L
Decimal 82 126 66 0.35 0 0.48 0.51 104 0.31 0.38
Hex 52 7E 42 23 0 30 33 68 1F 26
Octal 122 176 102 43 0 60 63 150 37 46
Binary 1010010 1111110 1000010 100011 0 110000 110011 1101000 11111 100110

Color Harmonies of #527E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527E42

Black with #527E42

Text Example


Text Example

White with #527E42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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