Html Css Color HEX #528B38 Fern Green

📋 copy color: '#528B38'

red 82 ◦ green 139 ◦ blue 56

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

Shades of Fern Green #528B38

Tints of Fern Green #528B38

RGB

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

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

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

R = 29.6%
G = 50.18%
B = 20.22%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#528B38 (or 0x528B38) is known color: Fern Green. HEX triplet: 52, 8B and 38. RGB value is (82,139,56). Sum of RGB (Red+Green+Blue) = 82+139+56=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 139 (54.69% from 255 or 50.18% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 139 - color contains mainly: green. Hex color #528B38 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #528B38 is #AD74C7. Grayscale: #707070. Windows color (decimal): -11367624 or 3705682. OLE color: 3705682.

HSL color Cylindrical-coordinate representation of color #528B38: hue angle of 101.2º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #528B38 is Cyan = 0.41, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 82 139 56 -
CMYK 0.41 0 0.60 0.45
HSL 101.2º 0.43% 0.38% -
HSV(B) 101.2º 0.6% 0.55% -
XYZ 13.43 20.54 7 -
YUV 112.5 96.12 106.25 -
System Red Green Blue C M Y K H S L
Decimal 82 139 56 0.41 0 0.60 0.45 101.2 0.43 0.38
Hex 52 8B 38 29 0 3C 2D 65 2B 26
Octal 122 213 70 51 0 74 55 145 53 46
Binary 1010010 10001011 111000 101001 0 111100 101101 1100101 101011 100110

Color Harmonies of #528B38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #528B38

Black with #528B38

Text Example


Text Example

White with #528B38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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