Html Css Color HEX #528638 Fern Green

📋 copy color: '#528638'

red 82 ◦ green 134 ◦ blue 56

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

Shades of Fern Green #528638

Tints of Fern Green #528638

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.26%

 BLUE value IS 56 (22.27% from 255) = 20.59%

R = 30.15%
G = 49.26%
B = 20.59%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#528638 (or 0x528638) is known color: Fern Green. HEX triplet: 52, 86 and 38. RGB value is (82,134,56). Sum of RGB (Red+Green+Blue) = 82+134+56=272 (36% of max value = 765). Red value is 82 (32.42% from 255 or 30.15% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 56 (22.27% from 255 or 20.59% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #528638 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528638 is #AD79C7. Grayscale: #6D6D6D. Windows color (decimal): -11368904 or 3704402. OLE color: 3704402.

HSL color Cylindrical-coordinate representation of color #528638: hue angle of 100º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #528638 is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 82 134 56 -
CMYK 0.39 0 0.58 0.47
HSL 100º 0.41% 0.37% -
HSV(B) 100º 0.58% 0.53% -
XYZ 12.72 19.13 6.76 -
YUV 109.56 97.77 108.34 -
System Red Green Blue C M Y K H S L
Decimal 82 134 56 0.39 0 0.58 0.47 100 0.41 0.37
Hex 52 86 38 27 0 3A 2F 64 29 25
Octal 122 206 70 47 0 72 57 144 51 45
Binary 1010010 10000110 111000 100111 0 111010 101111 1100100 101001 100101

Color Harmonies of #528638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528638

Black with #528638

Text Example


Text Example

White with #528638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528638; }

 p { color: rgb(82,134,56); }

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

background-color css

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

 a { background-color: rgb(82,134,56); }

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

border-color css

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

 span { border-color: rgb(82,134,56); }

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