Html Css Color HEX #528B41 Fern Green

📋 copy color: '#528B41'

red 82 ◦ green 139 ◦ blue 65

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

Shades of Fern Green #528B41

Tints of Fern Green #528B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 48.6%

 BLUE value IS 65 (25.78% from 255) = 22.73%

R = 28.67%
G = 48.6%
B = 22.73%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#528B41 (or 0x528B41) is known color: Fern Green. HEX triplet: 52, 8B and 41. RGB value is (82,139,65). Sum of RGB (Red+Green+Blue) = 82+139+65=286 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.67% from 286); Green value is 139 (54.69% from 255 or 48.60% from 286); Blue value is 65 (25.78% from 255 or 22.73% from 286); Max value from RGB is 139 - color contains mainly: green. Hex color #528B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528B41 is #AD74BE. Grayscale: #717171. Windows color (decimal): -11367615 or 4295506. OLE color: 4295506.

HSL color Cylindrical-coordinate representation of color #528B41: hue angle of 106.22º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #528B41 is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 139 65 -
CMYK 0.41 0 0.53 0.45
HSL 106.22º 0.36% 0.4% -
HSV(B) 106.22º 0.53% 0.55% -
XYZ 13.67 20.64 8.26 -
YUV 113.52 100.62 105.52 -
System Red Green Blue C M Y K H S L
Decimal 82 139 65 0.41 0 0.53 0.45 106.22 0.36 0.4
Hex 52 8B 41 29 0 35 2D 6A 24 28
Octal 122 213 101 51 0 65 55 152 44 50
Binary 1010010 10001011 1000001 101001 0 110101 101101 1101010 100100 101000

Color Harmonies of #528B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528B41

Black with #528B41

Text Example


Text Example

White with #528B41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #528B41; }

 p { color: rgb(82,139,65); }

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

background-color css

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

 a { background-color: rgb(82,139,65); }

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

border-color css

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

 span { border-color: rgb(82,139,65); }

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