Html Css Color HEX #528640 Fern Green

📋 copy color: '#528640'

red 82 ◦ green 134 ◦ blue 64

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

Shades of Fern Green #528640

Tints of Fern Green #528640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.86%

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

R = 29.29%
G = 47.86%
B = 22.86%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#528640 (or 0x528640) is known color: Fern Green. HEX triplet: 52, 86 and 40. RGB value is (82,134,64). Sum of RGB (Red+Green+Blue) = 82+134+64=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #528640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528640 is #AD79BF. Grayscale: #6E6E6E. Windows color (decimal): -11368896 or 4228690. OLE color: 4228690.

HSL color Cylindrical-coordinate representation of color #528640: hue angle of 104.57º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #528640 is Cyan = 0.39, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 134 64 -
CMYK 0.39 0 0.52 0.47
HSL 104.57º 0.35% 0.39% -
HSV(B) 104.57º 0.52% 0.53% -
XYZ 12.93 19.21 7.88 -
YUV 110.47 101.77 107.69 -
System Red Green Blue C M Y K H S L
Decimal 82 134 64 0.39 0 0.52 0.47 104.57 0.35 0.39
Hex 52 86 40 27 0 34 2F 69 23 27
Octal 122 206 100 47 0 64 57 151 43 47
Binary 1010010 10000110 1000000 100111 0 110100 101111 1101001 100011 100111

Color Harmonies of #528640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528640

Black with #528640

Text Example


Text Example

White with #528640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528640; }

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

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

background-color css

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

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

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

border-color css

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

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

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