Html Css Color HEX #528938 Fern Green

📋 copy color: '#528938'

red 82 ◦ green 137 ◦ blue 56

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

Shades of Fern Green #528938

Tints of Fern Green #528938

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.82%

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

R = 29.82%
G = 49.82%
B = 20.36%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#528938 (or 0x528938) is known color: Fern Green. HEX triplet: 52, 89 and 38. RGB value is (82,137,56). Sum of RGB (Red+Green+Blue) = 82+137+56=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 137 (53.91% from 255 or 49.82% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 137 - color contains mainly: green. Hex color #528938 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528938 is #AD76C7. Grayscale: #6F6F6F. Windows color (decimal): -11368136 or 3705170. OLE color: 3705170.

HSL color Cylindrical-coordinate representation of color #528938: hue angle of 100.74º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528938 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.

Color convert

RGB 82 137 56 -
CMYK 0.40 0 0.59 0.46
HSL 100.74º 0.42% 0.38% -
HSV(B) 100.74º 0.59% 0.54% -
XYZ 13.14 19.97 6.9 -
YUV 111.32 96.78 107.09 -
System Red Green Blue C M Y K H S L
Decimal 82 137 56 0.40 0 0.59 0.46 100.74 0.42 0.38
Hex 52 89 38 28 0 3B 2E 65 2A 26
Octal 122 211 70 50 0 73 56 145 52 46
Binary 1010010 10001001 111000 101000 0 111011 101110 1100101 101010 100110

Color Harmonies of #528938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528938

Black with #528938

Text Example


Text Example

White with #528938

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528938; }

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

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

background-color css

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

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

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

border-color css

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

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

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