Html Css Color HEX #528035 Fern Green

📋 copy color: '#528035'

red 82 ◦ green 128 ◦ blue 53

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

Shades of Fern Green #528035

Tints of Fern Green #528035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.15%

R = 31.18%
G = 48.67%
B = 20.15%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.59

 K value IS 0.50

RGB Variations

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

Color information

#528035 (or 0x528035) is known color: Fern Green. HEX triplet: 52, 80 and 35. RGB value is (82,128,53). Sum of RGB (Red+Green+Blue) = 82+128+53=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 128 (50.39% from 255 or 48.67% from 263); Blue value is 53 (21.09% from 255 or 20.15% from 263); Max value from RGB is 128 - color contains mainly: green. Hex color #528035 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528035 is #AD7FCA. Grayscale: #696969. Windows color (decimal): -11370443 or 3506258. OLE color: 3506258.

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

Color convert

RGB 82 128 53 -
CMYK 0.36 0 0.59 0.50
HSL 96.8º 0.41% 0.35% -
HSV(B) 96.8º 0.59% 0.5% -
XYZ 11.84 17.49 6.12 -
YUV 105.7 98.26 111.1 -
System Red Green Blue C M Y K H S L
Decimal 82 128 53 0.36 0 0.59 0.50 96.8 0.41 0.35
Hex 52 80 35 24 0 3B 32 61 29 23
Octal 122 200 65 44 0 73 62 141 51 43
Binary 1010010 10000000 110101 100100 0 111011 110010 1100001 101001 100011

Color Harmonies of #528035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528035

Black with #528035

Text Example


Text Example

White with #528035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528035; }

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

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

background-color css

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

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

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

border-color css

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

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

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