Html Css Color HEX #529642 Fern Green

📋 copy color: '#529642'

red 82 ◦ green 150 ◦ blue 66

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

Shades of Fern Green #529642

Tints of Fern Green #529642

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.34%

 BLUE value IS 66 (26.17% from 255) = 22.15%

R = 27.52%
G = 50.34%
B = 22.15%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.56

 K value IS 0.41

RGB Variations

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

Color information

#529642 (or 0x529642) is known color: Fern Green. HEX triplet: 52, 96 and 42. RGB value is (82,150,66). Sum of RGB (Red+Green+Blue) = 82+150+66=298 (39% of max value = 765). Red value is 82 (32.42% from 255 or 27.52% from 298); Green value is 150 (58.98% from 255 or 50.34% from 298); Blue value is 66 (26.17% from 255 or 22.15% from 298); Max value from RGB is 150 - color contains mainly: green. Hex color #529642 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #529642 is #AD69BD. Grayscale: #787878. Windows color (decimal): -11364798 or 4363858. OLE color: 4363858.

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

Color convert

RGB 82 150 66 -
CMYK 0.45 0 0.56 0.41
HSL 108.57º 0.39% 0.42% -
HSV(B) 108.57º 0.56% 0.59% -
XYZ 15.37 24 8.98 -
YUV 120.09 97.47 100.83 -
System Red Green Blue C M Y K H S L
Decimal 82 150 66 0.45 0 0.56 0.41 108.57 0.39 0.42
Hex 52 96 42 2D 0 38 29 6D 27 2A
Octal 122 226 102 55 0 70 51 155 47 52
Binary 1010010 10010110 1000010 101101 0 111000 101001 1101101 100111 101010

Color Harmonies of #529642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529642

Black with #529642

Text Example


Text Example

White with #529642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529642; }

 p { color: rgb(82,150,66); }

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

background-color css

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

 a { background-color: rgb(82,150,66); }

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

border-color css

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

 span { border-color: rgb(82,150,66); }

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