Html Css Color HEX #528B3B Fern Green

📋 copy color: '#528B3B'

red 82 ◦ green 139 ◦ blue 59

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

Shades of Fern Green #528B3B

Tints of Fern Green #528B3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.07%

R = 29.29%
G = 49.64%
B = 21.07%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.58

 K value IS 0.45

RGB Variations

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

Color information

#528B3B (or 0x528B3B) is known color: Fern Green. HEX triplet: 52, 8B and 3B. RGB value is (82,139,59). Sum of RGB (Red+Green+Blue) = 82+139+59=280 (37% of max value = 765). Red value is 82 (32.42% from 255 or 29.29% from 280); Green value is 139 (54.69% from 255 or 49.64% from 280); Blue value is 59 (23.44% from 255 or 21.07% from 280); Max value from RGB is 139 - color contains mainly: green. Hex color #528B3B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528B3B is #AD74C4. Grayscale: #717171. Windows color (decimal): -11367621 or 3902290. OLE color: 3902290.

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

Color convert

RGB 82 139 59 -
CMYK 0.41 0 0.58 0.45
HSL 102.75º 0.4% 0.39% -
HSV(B) 102.75º 0.58% 0.55% -
XYZ 13.5 20.57 7.4 -
YUV 112.84 97.62 106 -
System Red Green Blue C M Y K H S L
Decimal 82 139 59 0.41 0 0.58 0.45 102.75 0.4 0.39
Hex 52 8B 3B 29 0 3A 2D 67 28 27
Octal 122 213 73 51 0 72 55 147 50 47
Binary 1010010 10001011 111011 101001 0 111010 101101 1100111 101000 100111

Color Harmonies of #528B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528B3B

Black with #528B3B

Text Example


Text Example

White with #528B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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