Html Css Color HEX #528845 Fern Green

📋 copy color: '#528845'

red 82 ◦ green 136 ◦ blue 69

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

Shades of Fern Green #528845

Tints of Fern Green #528845

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.39%

 BLUE value IS 69 (27.34% from 255) = 24.04%

R = 28.57%
G = 47.39%
B = 24.04%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#528845 (or 0x528845) is known color: Fern Green. HEX triplet: 52, 88 and 45. RGB value is (82,136,69). Sum of RGB (Red+Green+Blue) = 82+136+69=287 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.57% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 69 (27.34% from 255 or 24.04% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #528845 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528845 is #AD77BA. Grayscale: #707070. Windows color (decimal): -11368379 or 4556882. OLE color: 4556882.

HSL color Cylindrical-coordinate representation of color #528845: hue angle of 108.36º 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 #528845 is Cyan = 0.40, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 136 69 -
CMYK 0.40 0 0.49 0.47
HSL 108.36º 0.33% 0.4% -
HSV(B) 108.36º 0.49% 0.53% -
XYZ 13.36 19.83 8.75 -
YUV 112.22 103.61 106.45 -
System Red Green Blue C M Y K H S L
Decimal 82 136 69 0.40 0 0.49 0.47 108.36 0.33 0.4
Hex 52 88 45 28 0 31 2F 6C 21 28
Octal 122 210 105 50 0 61 57 154 41 50
Binary 1010010 10001000 1000101 101000 0 110001 101111 1101100 100001 101000

Color Harmonies of #528845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528845

Black with #528845

Text Example


Text Example

White with #528845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528845; }

 p { color: rgb(82,136,69); }

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

background-color css

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

 a { background-color: rgb(82,136,69); }

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

border-color css

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

 span { border-color: rgb(82,136,69); }

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