Html Css Color HEX #508C48 Fern Green

📋 copy color: '#508C48'

red 80 ◦ green 140 ◦ blue 72

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

Shades of Fern Green #508C48

Tints of Fern Green #508C48

RGB

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

 GREEN value IS 140 (55.08% from 255) = 47.95%

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

R = 27.4%
G = 47.95%
B = 24.66%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#508C48 (or 0x508C48) is known color: Fern Green. HEX triplet: 50, 8C and 48. RGB value is (80,140,72). Sum of RGB (Red+Green+Blue) = 80+140+72=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 140 (55.08% from 255 or 47.95% from 292); Blue value is 72 (28.52% from 255 or 24.66% from 292); Max value from RGB is 140 - color contains mainly: green. Hex color #508C48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508C48 is #AF73B7. Grayscale: #727272. Windows color (decimal): -11498424 or 4754512. OLE color: 4754512.

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

Color convert

RGB 80 140 72 -
CMYK 0.43 0 0.49 0.45
HSL 112.94º 0.32% 0.42% -
HSV(B) 112.94º 0.49% 0.55% -
XYZ 13.86 20.93 9.44 -
YUV 114.31 104.12 103.53 -
System Red Green Blue C M Y K H S L
Decimal 80 140 72 0.43 0 0.49 0.45 112.94 0.32 0.42
Hex 50 8C 48 2B 0 31 2D 71 20 2A
Octal 120 214 110 53 0 61 55 161 40 52
Binary 1010000 10001100 1001000 101011 0 110001 101101 1110001 100000 101010

Color Harmonies of #508C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508C48

Black with #508C48

Text Example


Text Example

White with #508C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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