Html Css Color HEX #508746 Fern Green

📋 copy color: '#508746'

red 80 ◦ green 135 ◦ blue 70

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

Shades of Fern Green #508746

Tints of Fern Green #508746

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.37%

 BLUE value IS 70 (27.73% from 255) = 24.56%

R = 28.07%
G = 47.37%
B = 24.56%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#508746 (or 0x508746) is known color: Fern Green. HEX triplet: 50, 87 and 46. RGB value is (80,135,70). Sum of RGB (Red+Green+Blue) = 80+135+70=285 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.07% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 70 (27.73% from 255 or 24.56% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #508746 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508746 is #AF78B9. Grayscale: #6F6F6F. Windows color (decimal): -11499706 or 4622160. OLE color: 4622160.

HSL color Cylindrical-coordinate representation of color #508746: hue angle of 110.77º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #508746 is Cyan = 0.41, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 135 70 -
CMYK 0.41 0 0.48 0.47
HSL 110.77º 0.32% 0.4% -
HSV(B) 110.77º 0.48% 0.53% -
XYZ 13.08 19.48 8.86 -
YUV 111.15 104.78 105.79 -
System Red Green Blue C M Y K H S L
Decimal 80 135 70 0.41 0 0.48 0.47 110.77 0.32 0.4
Hex 50 87 46 29 0 30 2F 6F 20 28
Octal 120 207 106 51 0 60 57 157 40 50
Binary 1010000 10000111 1000110 101001 0 110000 101111 1101111 100000 101000

Color Harmonies of #508746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508746

Black with #508746

Text Example


Text Example

White with #508746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508746; }

 p { color: rgb(80,135,70); }

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

background-color css

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

 a { background-color: rgb(80,135,70); }

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

border-color css

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

 span { border-color: rgb(80,135,70); }

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