Html Css Color HEX #528644 Fern Green

📋 copy color: '#528644'

red 82 ◦ green 134 ◦ blue 68

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

Shades of Fern Green #528644

Tints of Fern Green #528644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 23.94%

R = 28.87%
G = 47.18%
B = 23.94%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#528644 (or 0x528644) is known color: Fern Green. HEX triplet: 52, 86 and 44. RGB value is (82,134,68). Sum of RGB (Red+Green+Blue) = 82+134+68=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 134 (52.73% from 255 or 47.18% from 284); Blue value is 68 (26.95% from 255 or 23.94% from 284); Max value from RGB is 134 - color contains mainly: green. Hex color #528644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528644 is #AD79BB. Grayscale: #6F6F6F. Windows color (decimal): -11368892 or 4490834. OLE color: 4490834.

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

Color convert

RGB 82 134 68 -
CMYK 0.39 0 0.49 0.47
HSL 107.27º 0.33% 0.4% -
HSV(B) 107.27º 0.49% 0.53% -
XYZ 13.05 19.26 8.5 -
YUV 110.93 103.77 107.37 -
System Red Green Blue C M Y K H S L
Decimal 82 134 68 0.39 0 0.49 0.47 107.27 0.33 0.4
Hex 52 86 44 27 0 31 2F 6B 21 28
Octal 122 206 104 47 0 61 57 153 41 50
Binary 1010010 10000110 1000100 100111 0 110001 101111 1101011 100001 101000

Color Harmonies of #528644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528644

Black with #528644

Text Example


Text Example

White with #528644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528644; }

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

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

background-color css

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

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

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

border-color css

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

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

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