Html Css Color HEX #529240 Fern Green

📋 copy color: '#529240'

red 82 ◦ green 146 ◦ blue 64

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

Shades of Fern Green #529240

Tints of Fern Green #529240

RGB

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

 GREEN value IS 146 (57.42% from 255) = 50%

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

R = 28.08%
G = 50%
B = 21.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#529240 (or 0x529240) is known color: Fern Green. HEX triplet: 52, 92 and 40. RGB value is (82,146,64). Sum of RGB (Red+Green+Blue) = 82+146+64=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 64 (25.39% from 255 or 21.92% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #529240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529240 is #AD6DBF. Grayscale: #757575. Windows color (decimal): -11365824 or 4231762. OLE color: 4231762.

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

Color convert

RGB 82 146 64 -
CMYK 0.44 0 0.56 0.43
HSL 106.83º 0.39% 0.41% -
HSV(B) 106.83º 0.56% 0.57% -
XYZ 14.68 22.72 8.46 -
YUV 117.52 97.8 102.67 -
System Red Green Blue C M Y K H S L
Decimal 82 146 64 0.44 0 0.56 0.43 106.83 0.39 0.41
Hex 52 92 40 2C 0 38 2B 6B 27 29
Octal 122 222 100 54 0 70 53 153 47 51
Binary 1010010 10010010 1000000 101100 0 111000 101011 1101011 100111 101001

Color Harmonies of #529240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529240

Black with #529240

Text Example


Text Example

White with #529240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529240; }

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

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

background-color css

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

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

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

border-color css

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

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

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