Html Css Color HEX #529242 Fern Green

📋 copy color: '#529242'

red 82 ◦ green 146 ◦ blue 66

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

Shades of Fern Green #529242

Tints of Fern Green #529242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.66%

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

R = 27.89%
G = 49.66%
B = 22.45%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#529242 (or 0x529242) is known color: Fern Green. HEX triplet: 52, 92 and 42. RGB value is (82,146,66). Sum of RGB (Red+Green+Blue) = 82+146+66=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 146 (57.42% from 255 or 49.66% from 294); Blue value is 66 (26.17% from 255 or 22.45% from 294); Max value from RGB is 146 - color contains mainly: green. Hex color #529242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529242 is #AD6DBD. Grayscale: #767676. Windows color (decimal): -11365822 or 4362834. OLE color: 4362834.

HSL color Cylindrical-coordinate representation of color #529242: hue angle of 108º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #529242 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 146 66 -
CMYK 0.44 0 0.55 0.43
HSL 108º 0.38% 0.42% -
HSV(B) 108º 0.55% 0.57% -
XYZ 14.74 22.74 8.77 -
YUV 117.74 98.8 102.5 -
System Red Green Blue C M Y K H S L
Decimal 82 146 66 0.44 0 0.55 0.43 108 0.38 0.42
Hex 52 92 42 2C 0 37 2B 6C 26 2A
Octal 122 222 102 54 0 67 53 154 46 52
Binary 1010010 10010010 1000010 101100 0 110111 101011 1101100 100110 101010

Color Harmonies of #529242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529242

Black with #529242

Text Example


Text Example

White with #529242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529242; }

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

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

background-color css

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

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

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

border-color css

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

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

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