Html Css Color HEX #508036 Fern Green

📋 copy color: '#508036'

red 80 ◦ green 128 ◦ blue 54

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

Shades of Fern Green #508036

Tints of Fern Green #508036

RGB

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

 GREEN value IS 128 (50.39% from 255) = 48.85%

 BLUE value IS 54 (21.48% from 255) = 20.61%

R = 30.53%
G = 48.85%
B = 20.61%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#508036 (or 0x508036) is known color: Fern Green. HEX triplet: 50, 80 and 36. RGB value is (80,128,54). Sum of RGB (Red+Green+Blue) = 80+128+54=262 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.53% from 262); Green value is 128 (50.39% from 255 or 48.85% from 262); Blue value is 54 (21.48% from 255 or 20.61% from 262); Max value from RGB is 128 - color contains mainly: green. Hex color #508036 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508036 is #AF7FC9. Grayscale: #696969. Windows color (decimal): -11501514 or 3571792. OLE color: 3571792.

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

Color convert

RGB 80 128 54 -
CMYK 0.38 0 0.58 0.50
HSL 98.92º 0.41% 0.36% -
HSV(B) 98.92º 0.58% 0.5% -
XYZ 11.69 17.41 6.23 -
YUV 105.21 99.1 110.02 -
System Red Green Blue C M Y K H S L
Decimal 80 128 54 0.38 0 0.58 0.50 98.92 0.41 0.36
Hex 50 80 36 26 0 3A 32 63 29 24
Octal 120 200 66 46 0 72 62 143 51 44
Binary 1010000 10000000 110110 100110 0 111010 110010 1100011 101001 100100

Color Harmonies of #508036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508036

Black with #508036

Text Example


Text Example

White with #508036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508036; }

 p { color: rgb(80,128,54); }

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

background-color css

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

 a { background-color: rgb(80,128,54); }

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

border-color css

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

 span { border-color: rgb(80,128,54); }

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