Html Css Color HEX #528344 Fern Green

📋 copy color: '#528344'

red 82 ◦ green 131 ◦ blue 68

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

Shades of Fern Green #528344

Tints of Fern Green #528344

RGB

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

 GREEN value IS 131 (51.56% from 255) = 46.62%

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

R = 29.18%
G = 46.62%
B = 24.2%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#528344 (or 0x528344) is known color: Fern Green. HEX triplet: 52, 83 and 44. RGB value is (82,131,68). Sum of RGB (Red+Green+Blue) = 82+131+68=281 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.18% from 281); Green value is 131 (51.56% from 255 or 46.62% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 131 - color contains mainly: green. Hex color #528344 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528344 is #AD7CBB. Grayscale: #6D6D6D. Windows color (decimal): -11369660 or 4490066. OLE color: 4490066.

HSL color Cylindrical-coordinate representation of color #528344: hue angle of 106.67º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #528344 is Cyan = 0.37, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 131 68 -
CMYK 0.37 0 0.48 0.49
HSL 106.67º 0.32% 0.39% -
HSV(B) 106.67º 0.48% 0.51% -
XYZ 12.64 18.44 8.36 -
YUV 109.17 104.77 108.62 -
System Red Green Blue C M Y K H S L
Decimal 82 131 68 0.37 0 0.48 0.49 106.67 0.32 0.39
Hex 52 83 44 25 0 30 31 6B 20 27
Octal 122 203 104 45 0 60 61 153 40 47
Binary 1010010 10000011 1000100 100101 0 110000 110001 1101011 100000 100111

Color Harmonies of #528344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528344

Black with #528344

Text Example


Text Example

White with #528344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528344; }

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

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

background-color css

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

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

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

border-color css

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

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

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