Html Css Color HEX #529740 Fern Green

📋 copy color: '#529740'

red 82 ◦ green 151 ◦ blue 64

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

Shades of Fern Green #529740

Tints of Fern Green #529740

RGB

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

 GREEN value IS 151 (59.38% from 255) = 50.84%

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

R = 27.61%
G = 50.84%
B = 21.55%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.58

 K value IS 0.41

RGB Variations

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

Color information

#529740 (or 0x529740) is known color: Fern Green. HEX triplet: 52, 97 and 40. RGB value is (82,151,64). Sum of RGB (Red+Green+Blue) = 82+151+64=297 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.61% from 297); Green value is 151 (59.38% from 255 or 50.84% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 151 - color contains mainly: green. Hex color #529740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529740 is #AD68BF. Grayscale: #787878. Windows color (decimal): -11364544 or 4233042. OLE color: 4233042.

HSL color Cylindrical-coordinate representation of color #529740: hue angle of 107.59º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #529740 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 151 64 -
CMYK 0.46 0 0.58 0.41
HSL 107.59º 0.4% 0.42% -
HSV(B) 107.59º 0.58% 0.59% -
XYZ 15.47 24.3 8.72 -
YUV 120.45 96.14 100.57 -
System Red Green Blue C M Y K H S L
Decimal 82 151 64 0.46 0 0.58 0.41 107.59 0.4 0.42
Hex 52 97 40 2E 0 3A 29 6C 28 2A
Octal 122 227 100 56 0 72 51 154 50 52
Binary 1010010 10010111 1000000 101110 0 111010 101001 1101100 101000 101010

Color Harmonies of #529740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529740

Black with #529740

Text Example


Text Example

White with #529740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529740; }

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

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

background-color css

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

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

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

border-color css

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

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

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