Html Css Color HEX #529040 Fern Green

📋 copy color: '#529040'

red 82 ◦ green 144 ◦ blue 64

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

Shades of Fern Green #529040

Tints of Fern Green #529040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.66%

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 28.28%
G = 49.66%
B = 22.07%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#529040 (or 0x529040) is known color: Fern Green. HEX triplet: 52, 90 and 40. RGB value is (82,144,64). Sum of RGB (Red+Green+Blue) = 82+144+64=290 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.28% from 290); Green value is 144 (56.64% from 255 or 49.66% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 144 - color contains mainly: green. Hex color #529040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529040 is #AD6FBF. Grayscale: #747474. Windows color (decimal): -11366336 or 4231250. OLE color: 4231250.

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

Color convert

RGB 82 144 64 -
CMYK 0.43 0 0.56 0.44
HSL 106.5º 0.38% 0.41% -
HSV(B) 106.5º 0.56% 0.56% -
XYZ 14.38 22.11 8.36 -
YUV 116.34 98.46 103.5 -
System Red Green Blue C M Y K H S L
Decimal 82 144 64 0.43 0 0.56 0.44 106.5 0.38 0.41
Hex 52 90 40 2B 0 38 2C 6A 26 29
Octal 122 220 100 53 0 70 54 152 46 51
Binary 1010010 10010000 1000000 101011 0 111000 101100 1101010 100110 101001

Color Harmonies of #529040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529040

Black with #529040

Text Example


Text Example

White with #529040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529040; }

 p { color: rgb(82,144,64); }

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

background-color css

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

 a { background-color: rgb(82,144,64); }

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

border-color css

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

 span { border-color: rgb(82,144,64); }

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