Html Css Color HEX #528336 Fern Green

📋 copy color: '#528336'

red 82 ◦ green 131 ◦ blue 54

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

Shades of Fern Green #528336

Tints of Fern Green #528336

RGB

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

 GREEN value IS 131 (51.56% from 255) = 49.06%

 BLUE value IS 54 (21.48% from 255) = 20.22%

R = 30.71%
G = 49.06%
B = 20.22%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#528336 (or 0x528336) is known color: Fern Green. HEX triplet: 52, 83 and 36. RGB value is (82,131,54). Sum of RGB (Red+Green+Blue) = 82+131+54=267 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.71% from 267); Green value is 131 (51.56% from 255 or 49.06% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 131 - color contains mainly: green. Hex color #528336 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528336 is #AD7CC9. Grayscale: #6B6B6B. Windows color (decimal): -11369674 or 3572562. OLE color: 3572562.

HSL color Cylindrical-coordinate representation of color #528336: hue angle of 98.18º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528336 is Cyan = 0.37, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB 82 131 54 -
CMYK 0.37 0 0.59 0.49
HSL 98.18º 0.42% 0.36% -
HSV(B) 98.18º 0.59% 0.51% -
XYZ 12.26 18.29 6.37 -
YUV 107.57 97.77 109.76 -
System Red Green Blue C M Y K H S L
Decimal 82 131 54 0.37 0 0.59 0.49 98.18 0.42 0.36
Hex 52 83 36 25 0 3B 31 62 2A 24
Octal 122 203 66 45 0 73 61 142 52 44
Binary 1010010 10000011 110110 100101 0 111011 110001 1100010 101010 100100

Color Harmonies of #528336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528336

Black with #528336

Text Example


Text Example

White with #528336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528336; }

 p { color: rgb(82,131,54); }

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

background-color css

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

 a { background-color: rgb(82,131,54); }

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

border-color css

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

 span { border-color: rgb(82,131,54); }

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