Html Css Color HEX #507241 Fern Green

📋 copy color: '#507241'

red 80 ◦ green 114 ◦ blue 65

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

Shades of Fern Green #507241

Tints of Fern Green #507241

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.02%

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

R = 30.89%
G = 44.02%
B = 25.1%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.43

 K value IS 0.55

RGB Variations

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

Color information

#507241 (or 0x507241) is known color: Fern Green. HEX triplet: 50, 72 and 41. RGB value is (80,114,65). Sum of RGB (Red+Green+Blue) = 80+114+65=259 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.89% from 259); Green value is 114 (44.92% from 255 or 44.02% from 259); Blue value is 65 (25.78% from 255 or 25.10% from 259); Max value from RGB is 114 - color contains mainly: green. Hex color #507241 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507241 is #AF8DBE. Grayscale: #626262. Windows color (decimal): -11505087 or 4289104. OLE color: 4289104.

HSL color Cylindrical-coordinate representation of color #507241: hue angle of 101.63º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #507241 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 65 -
CMYK 0.30 0 0.43 0.55
HSL 101.63º 0.27% 0.35% -
HSV(B) 101.63º 0.43% 0.45% -
XYZ 10.28 14.12 7.19 -
YUV 98.25 109.24 114.98 -
System Red Green Blue C M Y K H S L
Decimal 80 114 65 0.30 0 0.43 0.55 101.63 0.27 0.35
Hex 50 72 41 1E 0 2B 37 66 1B 23
Octal 120 162 101 36 0 53 67 146 33 43
Binary 1010000 1110010 1000001 11110 0 101011 110111 1100110 11011 100011

Color Harmonies of #507241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507241

Black with #507241

Text Example


Text Example

White with #507241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507241; }

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

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

background-color css

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

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

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

border-color css

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

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

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