Html Css Color HEX #528441 Fern Green

📋 copy color: '#528441'

red 82 ◦ green 132 ◦ blue 65

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

Shades of Fern Green #528441

Tints of Fern Green #528441

RGB

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

 GREEN value IS 132 (51.95% from 255) = 47.31%

 BLUE value IS 65 (25.78% from 255) = 23.3%

R = 29.39%
G = 47.31%
B = 23.3%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#528441 (or 0x528441) is known color: Fern Green. HEX triplet: 52, 84 and 41. RGB value is (82,132,65). Sum of RGB (Red+Green+Blue) = 82+132+65=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 132 (51.95% from 255 or 47.31% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 132 - color contains mainly: green. Hex color #528441 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528441 is #AD7BBE. Grayscale: #6D6D6D. Windows color (decimal): -11369407 or 4293714. OLE color: 4293714.

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

Color convert

RGB 82 132 65 -
CMYK 0.38 0 0.51 0.48
HSL 104.78º 0.34% 0.39% -
HSV(B) 104.78º 0.51% 0.52% -
XYZ 12.69 18.68 7.94 -
YUV 109.41 102.94 108.45 -
System Red Green Blue C M Y K H S L
Decimal 82 132 65 0.38 0 0.51 0.48 104.78 0.34 0.39
Hex 52 84 41 26 0 33 30 69 22 27
Octal 122 204 101 46 0 63 60 151 42 47
Binary 1010010 10000100 1000001 100110 0 110011 110000 1101001 100010 100111

Color Harmonies of #528441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528441

Black with #528441

Text Example


Text Example

White with #528441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528441; }

 p { color: rgb(82,132,65); }

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

background-color css

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

 a { background-color: rgb(82,132,65); }

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

border-color css

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

 span { border-color: rgb(82,132,65); }

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