Html Css Color HEX #527942 Fern Green

📋 copy color: '#527942'

red 82 ◦ green 121 ◦ blue 66

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

Shades of Fern Green #527942

Tints of Fern Green #527942

RGB

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

 GREEN value IS 121 (47.66% from 255) = 44.98%

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

R = 30.48%
G = 44.98%
B = 24.54%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#527942 (or 0x527942) is known color: Fern Green. HEX triplet: 52, 79 and 42. RGB value is (82,121,66). Sum of RGB (Red+Green+Blue) = 82+121+66=269 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.48% from 269); Green value is 121 (47.66% from 255 or 44.98% from 269); Blue value is 66 (26.17% from 255 or 24.54% from 269); Max value from RGB is 121 - color contains mainly: green. Hex color #527942 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #527942 is #AD86BD. Grayscale: #676767. Windows color (decimal): -11372222 or 4356434. OLE color: 4356434.

HSL color Cylindrical-coordinate representation of color #527942: hue angle of 102.55º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #527942 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 82 121 66 -
CMYK 0.32 0 0.45 0.53
HSL 102.55º 0.29% 0.37% -
HSV(B) 102.55º 0.45% 0.47% -
XYZ 11.3 15.86 7.62 -
YUV 103.07 107.08 112.97 -
System Red Green Blue C M Y K H S L
Decimal 82 121 66 0.32 0 0.45 0.53 102.55 0.29 0.37
Hex 52 79 42 20 0 2D 35 67 1D 25
Octal 122 171 102 40 0 55 65 147 35 45
Binary 1010010 1111001 1000010 100000 0 101101 110101 1100111 11101 100101

Color Harmonies of #527942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #527942

Black with #527942

Text Example


Text Example

White with #527942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #527942; }

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

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

background-color css

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

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

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

border-color css

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

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

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