Html Css Color HEX #529440 Fern Green

📋 copy color: '#529440'

red 82 ◦ green 148 ◦ blue 64

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

Shades of Fern Green #529440

Tints of Fern Green #529440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 50.34%

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

R = 27.89%
G = 50.34%
B = 21.77%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#529440 (or 0x529440) is known color: Fern Green. HEX triplet: 52, 94 and 40. RGB value is (82,148,64). Sum of RGB (Red+Green+Blue) = 82+148+64=294 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.89% from 294); Green value is 148 (58.20% from 255 or 50.34% from 294); Blue value is 64 (25.39% from 255 or 21.77% from 294); Max value from RGB is 148 - color contains mainly: green. Hex color #529440 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529440 is #AD6BBF. Grayscale: #767676. Windows color (decimal): -11365312 or 4232274. OLE color: 4232274.

HSL color Cylindrical-coordinate representation of color #529440: hue angle of 107.14º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #529440 is Cyan = 0.45, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 148 64 -
CMYK 0.45 0 0.57 0.42
HSL 107.14º 0.4% 0.42% -
HSV(B) 107.14º 0.57% 0.58% -
XYZ 15 23.34 8.57 -
YUV 118.69 97.13 101.83 -
System Red Green Blue C M Y K H S L
Decimal 82 148 64 0.45 0 0.57 0.42 107.14 0.4 0.42
Hex 52 94 40 2D 0 39 2A 6B 28 2A
Octal 122 224 100 55 0 71 52 153 50 52
Binary 1010010 10010100 1000000 101101 0 111001 101010 1101011 101000 101010

Color Harmonies of #529440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529440

Black with #529440

Text Example


Text Example

White with #529440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529440; }

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

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

background-color css

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

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

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

border-color css

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

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

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