Html Css Color HEX #529444 Fern Green

📋 copy color: '#529444'

red 82 ◦ green 148 ◦ blue 68

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

Shades of Fern Green #529444

Tints of Fern Green #529444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 22.82%

R = 27.52%
G = 49.66%
B = 22.82%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#529444 (or 0x529444) is known color: Fern Green. HEX triplet: 52, 94 and 44. RGB value is (82,148,68). Sum of RGB (Red+Green+Blue) = 82+148+68=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 148 (58.20% from 255 or 49.66% from 298); Blue value is 68 (26.95% from 255 or 22.82% from 298); Max value from RGB is 148 - color contains mainly: green. Hex color #529444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529444 is #AD6BBB. Grayscale: #777777. Windows color (decimal): -11365308 or 4494418. OLE color: 4494418.

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

Color convert

RGB 82 148 68 -
CMYK 0.45 0 0.54 0.42
HSL 109.5º 0.37% 0.42% -
HSV(B) 109.5º 0.54% 0.58% -
XYZ 15.11 23.39 9.19 -
YUV 119.15 99.13 101.5 -
System Red Green Blue C M Y K H S L
Decimal 82 148 68 0.45 0 0.54 0.42 109.5 0.37 0.42
Hex 52 94 44 2D 0 36 2A 6E 25 2A
Octal 122 224 104 55 0 66 52 156 45 52
Binary 1010010 10010100 1000100 101101 0 110110 101010 1101110 100101 101010

Color Harmonies of #529444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529444

Black with #529444

Text Example


Text Example

White with #529444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529444; }

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

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

background-color css

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

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

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

border-color css

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

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

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