Html Css Color HEX #508B48 Fern Green

📋 copy color: '#508B48'

red 80 ◦ green 139 ◦ blue 72

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

Shades of Fern Green #508B48

Tints of Fern Green #508B48

RGB

 RED value IS 80 (31.64% from 255) = 27.49%

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

 BLUE value IS 72 (28.52% from 255) = 24.74%

R = 27.49%
G = 47.77%
B = 24.74%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#508B48 (or 0x508B48) is known color: Fern Green. HEX triplet: 50, 8B and 48. RGB value is (80,139,72). Sum of RGB (Red+Green+Blue) = 80+139+72=291 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.49% from 291); Green value is 139 (54.69% from 255 or 47.77% from 291); Blue value is 72 (28.52% from 255 or 24.74% from 291); Max value from RGB is 139 - color contains mainly: green. Hex color #508B48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508B48 is #AF74B7. Grayscale: #717171. Windows color (decimal): -11498680 or 4754256. OLE color: 4754256.

HSL color Cylindrical-coordinate representation of color #508B48: hue angle of 112.84º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #508B48 is Cyan = 0.42, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 139 72 -
CMYK 0.42 0 0.48 0.45
HSL 112.84º 0.32% 0.41% -
HSV(B) 112.84º 0.48% 0.55% -
XYZ 13.71 20.64 9.39 -
YUV 113.72 104.45 103.95 -
System Red Green Blue C M Y K H S L
Decimal 80 139 72 0.42 0 0.48 0.45 112.84 0.32 0.41
Hex 50 8B 48 2A 0 30 2D 71 20 29
Octal 120 213 110 52 0 60 55 161 40 51
Binary 1010000 10001011 1001000 101010 0 110000 101101 1110001 100000 101001

Color Harmonies of #508B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B48

Black with #508B48

Text Example


Text Example

White with #508B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508B48; }

 p { color: rgb(80,139,72); }

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

background-color css

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

 a { background-color: rgb(80,139,72); }

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

border-color css

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

 span { border-color: rgb(80,139,72); }

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