Html Css Color HEX #528242 Fern Green

📋 copy color: '#528242'

red 82 ◦ green 130 ◦ blue 66

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

Shades of Fern Green #528242

Tints of Fern Green #528242

RGB

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

 GREEN value IS 130 (51.17% from 255) = 46.76%

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 29.5%
G = 46.76%
B = 23.74%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#528242 (or 0x528242) is known color: Fern Green. HEX triplet: 52, 82 and 42. RGB value is (82,130,66). Sum of RGB (Red+Green+Blue) = 82+130+66=278 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.50% from 278); Green value is 130 (51.17% from 255 or 46.76% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 130 - color contains mainly: green. Hex color #528242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528242 is #AD7DBD. Grayscale: #6C6C6C. Windows color (decimal): -11369918 or 4358738. OLE color: 4358738.

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

Color convert

RGB 82 130 66 -
CMYK 0.37 0 0.49 0.49
HSL 105º 0.33% 0.38% -
HSV(B) 105º 0.49% 0.51% -
XYZ 12.45 18.15 8 -
YUV 108.35 104.1 109.2 -
System Red Green Blue C M Y K H S L
Decimal 82 130 66 0.37 0 0.49 0.49 105 0.33 0.38
Hex 52 82 42 25 0 31 31 69 21 26
Octal 122 202 102 45 0 61 61 151 41 46
Binary 1010010 10000010 1000010 100101 0 110001 110001 1101001 100001 100110

Color Harmonies of #528242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528242

Black with #528242

Text Example


Text Example

White with #528242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528242; }

 p { color: rgb(82,130,66); }

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

background-color css

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

 a { background-color: rgb(82,130,66); }

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

border-color css

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

 span { border-color: rgb(82,130,66); }

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