Html Css Color HEX #528046 Fern Green

📋 copy color: '#528046'

red 82 ◦ green 128 ◦ blue 70

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

Shades of Fern Green #528046

Tints of Fern Green #528046

RGB

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

 GREEN value IS 128 (50.39% from 255) = 45.71%

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

R = 29.29%
G = 45.71%
B = 25%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.45

 K value IS 0.50

RGB Variations

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

Color information

#528046 (or 0x528046) is known color: Fern Green. HEX triplet: 52, 80 and 46. RGB value is (82,128,70). Sum of RGB (Red+Green+Blue) = 82+128+70=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 128 - color contains mainly: green. Hex color #528046 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528046 is #AD7FB9. Grayscale: #6B6B6B. Windows color (decimal): -11370426 or 4620370. OLE color: 4620370.

HSL color Cylindrical-coordinate representation of color #528046: hue angle of 107.59º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #528046 is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.50.

Color convert

RGB 82 128 70 -
CMYK 0.36 0 0.45 0.50
HSL 107.59º 0.29% 0.39% -
HSV(B) 107.59º 0.45% 0.5% -
XYZ 12.3 17.67 8.56 -
YUV 107.63 106.76 109.72 -
System Red Green Blue C M Y K H S L
Decimal 82 128 70 0.36 0 0.45 0.50 107.59 0.29 0.39
Hex 52 80 46 24 0 2D 32 6C 1D 27
Octal 122 200 106 44 0 55 62 154 35 47
Binary 1010010 10000000 1000110 100100 0 101101 110010 1101100 11101 100111

Color Harmonies of #528046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528046

Black with #528046

Text Example


Text Example

White with #528046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528046; }

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

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

background-color css

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

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

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

border-color css

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

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

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