Html Css Color HEX #528545 Fern Green

📋 copy color: '#528545'

red 82 ◦ green 133 ◦ blue 69

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

Shades of Fern Green #528545

Tints of Fern Green #528545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 46.83%

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

R = 28.87%
G = 46.83%
B = 24.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#528545 (or 0x528545) is known color: Fern Green. HEX triplet: 52, 85 and 45. RGB value is (82,133,69). Sum of RGB (Red+Green+Blue) = 82+133+69=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 133 (52.34% from 255 or 46.83% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 133 - color contains mainly: green. Hex color #528545 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528545 is #AD7ABA. Grayscale: #6E6E6E. Windows color (decimal): -11369147 or 4556114. OLE color: 4556114.

HSL color Cylindrical-coordinate representation of color #528545: hue angle of 107.81º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #528545 is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 69 -
CMYK 0.38 0 0.48 0.48
HSL 107.81º 0.32% 0.4% -
HSV(B) 107.81º 0.48% 0.52% -
XYZ 12.94 19 8.62 -
YUV 110.46 104.6 107.7 -
System Red Green Blue C M Y K H S L
Decimal 82 133 69 0.38 0 0.48 0.48 107.81 0.32 0.4
Hex 52 85 45 26 0 30 30 6C 20 28
Octal 122 205 105 46 0 60 60 154 40 50
Binary 1010010 10000101 1000101 100110 0 110000 110000 1101100 100000 101000

Color Harmonies of #528545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528545

Black with #528545

Text Example


Text Example

White with #528545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528545; }

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

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

background-color css

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

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

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

border-color css

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

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

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