Html Css Color HEX #528340 Fern Green

📋 copy color: '#528340'

red 82 ◦ green 131 ◦ blue 64

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

Shades of Fern Green #528340

Tints of Fern Green #528340

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 29.6%
G = 47.29%
B = 23.1%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#528340 (or 0x528340) is known color: Fern Green. HEX triplet: 52, 83 and 40. RGB value is (82,131,64). Sum of RGB (Red+Green+Blue) = 82+131+64=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #528340 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528340 is #AD7CBF. Grayscale: #6C6C6C. Windows color (decimal): -11369664 or 4227922. OLE color: 4227922.

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

Color convert

RGB 82 131 64 -
CMYK 0.37 0 0.51 0.49
HSL 103.88º 0.34% 0.38% -
HSV(B) 103.88º 0.51% 0.51% -
XYZ 12.52 18.4 7.74 -
YUV 108.71 102.77 108.95 -
System Red Green Blue C M Y K H S L
Decimal 82 131 64 0.37 0 0.51 0.49 103.88 0.34 0.38
Hex 52 83 40 25 0 33 31 68 22 26
Octal 122 203 100 45 0 63 61 150 42 46
Binary 1010010 10000011 1000000 100101 0 110011 110001 1101000 100010 100110

Color Harmonies of #528340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528340

Black with #528340

Text Example


Text Example

White with #528340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528340; }

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

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

background-color css

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

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

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

border-color css

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

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

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