Html Css Color HEX #529345 Fern Green

📋 copy color: '#529345'

red 82 ◦ green 147 ◦ blue 69

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

Shades of Fern Green #529345

Tints of Fern Green #529345

RGB

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

 GREEN value IS 147 (57.81% from 255) = 49.33%

 BLUE value IS 69 (27.34% from 255) = 23.15%

R = 27.52%
G = 49.33%
B = 23.15%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#529345 (or 0x529345) is known color: Fern Green. HEX triplet: 52, 93 and 45. RGB value is (82,147,69). Sum of RGB (Red+Green+Blue) = 82+147+69=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 147 (57.81% from 255 or 49.33% from 298); Blue value is 69 (27.34% from 255 or 23.15% from 298); Max value from RGB is 147 - color contains mainly: green. Hex color #529345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529345 is #AD6CBA. Grayscale: #767676. Windows color (decimal): -11365563 or 4559698. OLE color: 4559698.

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

Color convert

RGB 82 147 69 -
CMYK 0.44 0 0.53 0.42
HSL 110º 0.36% 0.42% -
HSV(B) 110º 0.53% 0.58% -
XYZ 14.99 23.09 9.3 -
YUV 118.67 99.97 101.84 -
System Red Green Blue C M Y K H S L
Decimal 82 147 69 0.44 0 0.53 0.42 110 0.36 0.42
Hex 52 93 45 2C 0 35 2A 6E 24 2A
Octal 122 223 105 54 0 65 52 156 44 52
Binary 1010010 10010011 1000101 101100 0 110101 101010 1101110 100100 101010

Color Harmonies of #529345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529345

Black with #529345

Text Example


Text Example

White with #529345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529345; }

 p { color: rgb(82,147,69); }

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

background-color css

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

 a { background-color: rgb(82,147,69); }

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

border-color css

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

 span { border-color: rgb(82,147,69); }

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