Html Css Color HEX #528537 Fern Green

📋 copy color: '#528537'

red 82 ◦ green 133 ◦ blue 55

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

Shades of Fern Green #528537

Tints of Fern Green #528537

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.26%

 BLUE value IS 55 (21.88% from 255) = 20.37%

R = 30.37%
G = 49.26%
B = 20.37%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#528537 (or 0x528537) is known color: Fern Green. HEX triplet: 52, 85 and 37. RGB value is (82,133,55). Sum of RGB (Red+Green+Blue) = 82+133+55=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #528537 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528537 is #AD7AC8. Grayscale: #6D6D6D. Windows color (decimal): -11369161 or 3638610. OLE color: 3638610.

HSL color Cylindrical-coordinate representation of color #528537: hue angle of 99.23º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #528537 is Cyan = 0.38, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 82 133 55 -
CMYK 0.38 0 0.59 0.48
HSL 99.23º 0.41% 0.37% -
HSV(B) 99.23º 0.59% 0.52% -
XYZ 12.56 18.84 6.59 -
YUV 108.86 97.6 108.84 -
System Red Green Blue C M Y K H S L
Decimal 82 133 55 0.38 0 0.59 0.48 99.23 0.41 0.37
Hex 52 85 37 26 0 3B 30 63 29 25
Octal 122 205 67 46 0 73 60 143 51 45
Binary 1010010 10000101 110111 100110 0 111011 110000 1100011 101001 100101

Color Harmonies of #528537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528537

Black with #528537

Text Example


Text Example

White with #528537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528537; }

 p { color: rgb(82,133,55); }

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

background-color css

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

 a { background-color: rgb(82,133,55); }

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

border-color css

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

 span { border-color: rgb(82,133,55); }

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