Html Css Color HEX #528546 Fern Green

📋 copy color: '#528546'

red 82 ◦ green 133 ◦ blue 70

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

Shades of Fern Green #528546

Tints of Fern Green #528546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 28.77%
G = 46.67%
B = 24.56%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.48

RGB Variations

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

Color information

#528546 (or 0x528546) is known color: Fern Green. HEX triplet: 52, 85 and 46. RGB value is (82,133,70). Sum of RGB (Red+Green+Blue) = 82+133+70=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #528546 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528546 is #AD7AB9. Grayscale: #6E6E6E. Windows color (decimal): -11369146 or 4621650. OLE color: 4621650.

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

Color convert

RGB 82 133 70 -
CMYK 0.38 0 0.47 0.48
HSL 108.57º 0.31% 0.4% -
HSV(B) 108.57º 0.47% 0.52% -
XYZ 12.97 19.01 8.78 -
YUV 110.57 105.1 107.62 -
System Red Green Blue C M Y K H S L
Decimal 82 133 70 0.38 0 0.47 0.48 108.57 0.31 0.4
Hex 52 85 46 26 0 2F 30 6D 1F 28
Octal 122 205 106 46 0 57 60 155 37 50
Binary 1010010 10000101 1000110 100110 0 101111 110000 1101101 11111 101000

Color Harmonies of #528546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528546

Black with #528546

Text Example


Text Example

White with #528546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528546; }

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

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

background-color css

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

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

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

border-color css

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

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

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