Html Css Color HEX #529140 Fern Green

📋 copy color: '#529140'

red 82 ◦ green 145 ◦ blue 64

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

Shades of Fern Green #529140

Tints of Fern Green #529140

RGB

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

 GREEN value IS 145 (57.03% from 255) = 49.83%

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

R = 28.18%
G = 49.83%
B = 21.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.56

 K value IS 0.43

RGB Variations

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

Color information

#529140 (or 0x529140) is known color: Fern Green. HEX triplet: 52, 91 and 40. RGB value is (82,145,64). Sum of RGB (Red+Green+Blue) = 82+145+64=291 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.18% from 291); Green value is 145 (57.03% from 255 or 49.83% from 291); Blue value is 64 (25.39% from 255 or 21.99% from 291); Max value from RGB is 145 - color contains mainly: green. Hex color #529140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529140 is #AD6EBF. Grayscale: #757575. Windows color (decimal): -11366080 or 4231506. OLE color: 4231506.

HSL color Cylindrical-coordinate representation of color #529140: hue angle of 106.67º 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 #529140 is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.43.

Color convert

RGB 82 145 64 -
CMYK 0.43 0 0.56 0.43
HSL 106.67º 0.39% 0.41% -
HSV(B) 106.67º 0.56% 0.57% -
XYZ 14.53 22.41 8.41 -
YUV 116.93 98.13 103.09 -
System Red Green Blue C M Y K H S L
Decimal 82 145 64 0.43 0 0.56 0.43 106.67 0.39 0.41
Hex 52 91 40 2B 0 38 2B 6B 27 29
Octal 122 221 100 53 0 70 53 153 47 51
Binary 1010010 10010001 1000000 101011 0 111000 101011 1101011 100111 101001

Color Harmonies of #529140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529140

Black with #529140

Text Example


Text Example

White with #529140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529140; }

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

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

background-color css

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

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

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

border-color css

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

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

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