Html Css Color HEX #507540 Fern Green

📋 copy color: '#507540'

red 80 ◦ green 117 ◦ blue 64

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

Shades of Fern Green #507540

Tints of Fern Green #507540

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.83%

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

R = 30.65%
G = 44.83%
B = 24.52%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.45

 K value IS 0.54

RGB Variations

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

Color information

#507540 (or 0x507540) is known color: Fern Green. HEX triplet: 50, 75 and 40. RGB value is (80,117,64). Sum of RGB (Red+Green+Blue) = 80+117+64=261 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.65% from 261); Green value is 117 (46.09% from 255 or 44.83% from 261); Blue value is 64 (25.39% from 255 or 24.52% from 261); Max value from RGB is 117 - color contains mainly: green. Hex color #507540 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507540 is #AF8ABF. Grayscale: #646464. Windows color (decimal): -11504320 or 4224336. OLE color: 4224336.

HSL color Cylindrical-coordinate representation of color #507540: hue angle of 101.89º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #507540 is Cyan = 0.32, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 64 -
CMYK 0.32 0 0.45 0.54
HSL 101.89º 0.29% 0.35% -
HSV(B) 101.89º 0.45% 0.46% -
XYZ 10.59 14.8 7.15 -
YUV 99.9 107.74 113.81 -
System Red Green Blue C M Y K H S L
Decimal 80 117 64 0.32 0 0.45 0.54 101.89 0.29 0.35
Hex 50 75 40 20 0 2D 36 66 1D 23
Octal 120 165 100 40 0 55 66 146 35 43
Binary 1010000 1110101 1000000 100000 0 101101 110110 1100110 11101 100011

Color Harmonies of #507540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507540

Black with #507540

Text Example


Text Example

White with #507540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507540; }

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

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

background-color css

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

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

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

border-color css

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

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

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