Html Css Color HEX #529741 Fern Green

📋 copy color: '#529741'

red 82 ◦ green 151 ◦ blue 65

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

Shades of Fern Green #529741

Tints of Fern Green #529741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 21.81%

R = 27.52%
G = 50.67%
B = 21.81%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#529741 (or 0x529741) is known color: Fern Green. HEX triplet: 52, 97 and 41. RGB value is (82,151,65). Sum of RGB (Red+Green+Blue) = 82+151+65=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 151 (59.38% from 255 or 50.67% from 298); Blue value is 65 (25.78% from 255 or 21.81% from 298); Max value from RGB is 151 - color contains mainly: green. Hex color #529741 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529741 is #AD68BE. Grayscale: #787878. Windows color (decimal): -11364543 or 4298578. OLE color: 4298578.

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

Color convert

RGB 82 151 65 -
CMYK 0.46 0 0.57 0.41
HSL 108.14º 0.4% 0.42% -
HSV(B) 108.14º 0.57% 0.59% -
XYZ 15.5 24.31 8.88 -
YUV 120.57 96.64 100.49 -
System Red Green Blue C M Y K H S L
Decimal 82 151 65 0.46 0 0.57 0.41 108.14 0.4 0.42
Hex 52 97 41 2E 0 39 29 6C 28 2A
Octal 122 227 101 56 0 71 51 154 50 52
Binary 1010010 10010111 1000001 101110 0 111001 101001 1101100 101000 101010

Color Harmonies of #529741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529741

Black with #529741

Text Example


Text Example

White with #529741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529741; }

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

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

background-color css

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

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

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

border-color css

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

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

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