Html Css Color HEX #508B41 Fern Green

📋 copy color: '#508B41'

red 80 ◦ green 139 ◦ blue 65

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

Shades of Fern Green #508B41

Tints of Fern Green #508B41

RGB

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

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

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

R = 28.17%
G = 48.94%
B = 22.89%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#508B41 (or 0x508B41) is known color: Fern Green. HEX triplet: 50, 8B and 41. RGB value is (80,139,65). Sum of RGB (Red+Green+Blue) = 80+139+65=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 139 (54.69% from 255 or 48.94% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 139 - color contains mainly: green. Hex color #508B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508B41 is #AF74BE. Grayscale: #717171. Windows color (decimal): -11498687 or 4295504. OLE color: 4295504.

HSL color Cylindrical-coordinate representation of color #508B41: hue angle of 107.84º 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 #508B41 is Cyan = 0.42, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.45.

Color convert

RGB 80 139 65 -
CMYK 0.42 0 0.53 0.45
HSL 107.84º 0.36% 0.4% -
HSV(B) 107.84º 0.53% 0.55% -
XYZ 13.5 20.55 8.26 -
YUV 112.92 100.95 104.52 -
System Red Green Blue C M Y K H S L
Decimal 80 139 65 0.42 0 0.53 0.45 107.84 0.36 0.4
Hex 50 8B 41 2A 0 35 2D 6C 24 28
Octal 120 213 101 52 0 65 55 154 44 50
Binary 1010000 10001011 1000001 101010 0 110101 101101 1101100 100100 101000

Color Harmonies of #508B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508B41

Black with #508B41

Text Example


Text Example

White with #508B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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