Html Css Color HEX #529441 Fern Green

📋 copy color: '#529441'

red 82 ◦ green 148 ◦ blue 65

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

Shades of Fern Green #529441

Tints of Fern Green #529441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.03%

R = 27.8%
G = 50.17%
B = 22.03%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#529441 (or 0x529441) is known color: Fern Green. HEX triplet: 52, 94 and 41. RGB value is (82,148,65). Sum of RGB (Red+Green+Blue) = 82+148+65=295 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.80% from 295); Green value is 148 (58.20% from 255 or 50.17% from 295); Blue value is 65 (25.78% from 255 or 22.03% from 295); Max value from RGB is 148 - color contains mainly: green. Hex color #529441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529441 is #AD6BBE. Grayscale: #777777. Windows color (decimal): -11365311 or 4297810. OLE color: 4297810.

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

Color convert

RGB 82 148 65 -
CMYK 0.45 0 0.56 0.42
HSL 107.71º 0.39% 0.42% -
HSV(B) 107.71º 0.56% 0.58% -
XYZ 15.02 23.36 8.72 -
YUV 118.8 97.63 101.75 -
System Red Green Blue C M Y K H S L
Decimal 82 148 65 0.45 0 0.56 0.42 107.71 0.39 0.42
Hex 52 94 41 2D 0 38 2A 6C 27 2A
Octal 122 224 101 55 0 70 52 154 47 52
Binary 1010010 10010100 1000001 101101 0 111000 101010 1101100 100111 101010

Color Harmonies of #529441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529441

Black with #529441

Text Example


Text Example

White with #529441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529441; }

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

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

background-color css

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

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

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

border-color css

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

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

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