Html Css Color HEX #528139 Fern Green

📋 copy color: '#528139'

red 82 ◦ green 129 ◦ blue 57

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

Shades of Fern Green #528139

Tints of Fern Green #528139

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.13%

 BLUE value IS 57 (22.66% from 255) = 21.27%

R = 30.6%
G = 48.13%
B = 21.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.56

 K value IS 0.49

RGB Variations

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

Color information

#528139 (or 0x528139) is known color: Fern Green. HEX triplet: 52, 81 and 39. RGB value is (82,129,57). Sum of RGB (Red+Green+Blue) = 82+129+57=268 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.60% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #528139 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528139 is #AD7EC6. Grayscale: #6A6A6A. Windows color (decimal): -11370183 or 3768658. OLE color: 3768658.

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

Color convert

RGB 82 129 57 -
CMYK 0.36 0 0.56 0.49
HSL 99.17º 0.39% 0.36% -
HSV(B) 99.17º 0.56% 0.51% -
XYZ 12.07 17.79 6.67 -
YUV 106.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 82 129 57 0.36 0 0.56 0.49 99.17 0.39 0.36
Hex 52 81 39 24 0 38 31 63 27 24
Octal 122 201 71 44 0 70 61 143 47 44
Binary 1010010 10000001 111001 100100 0 111000 110001 1100011 100111 100100

Color Harmonies of #528139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528139

Black with #528139

Text Example


Text Example

White with #528139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528139; }

 p { color: rgb(82,129,57); }

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

background-color css

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

 a { background-color: rgb(82,129,57); }

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

border-color css

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

 span { border-color: rgb(82,129,57); }

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