Html Css Color HEX #508140 Fern Green

📋 copy color: '#508140'

red 80 ◦ green 129 ◦ blue 64

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

Shades of Fern Green #508140

Tints of Fern Green #508140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 47.25%

 BLUE value IS 64 (25.39% from 255) = 23.44%

R = 29.3%
G = 47.25%
B = 23.44%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#508140 (or 0x508140) is known color: Fern Green. HEX triplet: 50, 81 and 40. RGB value is (80,129,64). Sum of RGB (Red+Green+Blue) = 80+129+64=273 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.30% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 64 (25.39% from 255 or 23.44% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #508140 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508140 is #AF7EBF. Grayscale: #6B6B6B. Windows color (decimal): -11501248 or 4227408. OLE color: 4227408.

HSL color Cylindrical-coordinate representation of color #508140: hue angle of 105.23º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #508140 is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 129 64 -
CMYK 0.38 0 0.50 0.49
HSL 105.23º 0.34% 0.38% -
HSV(B) 105.23º 0.5% 0.51% -
XYZ 12.08 17.78 7.64 -
YUV 106.94 103.77 108.79 -
System Red Green Blue C M Y K H S L
Decimal 80 129 64 0.38 0 0.50 0.49 105.23 0.34 0.38
Hex 50 81 40 26 0 32 31 69 22 26
Octal 120 201 100 46 0 62 61 151 42 46
Binary 1010000 10000001 1000000 100110 0 110010 110001 1101001 100010 100110

Color Harmonies of #508140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508140

Black with #508140

Text Example


Text Example

White with #508140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508140; }

 p { color: rgb(80,129,64); }

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

background-color css

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

 a { background-color: rgb(80,129,64); }

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

border-color css

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

 span { border-color: rgb(80,129,64); }

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