Html Css Color HEX #507341 Fern Green

📋 copy color: '#507341'

red 80 ◦ green 115 ◦ blue 65

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

Shades of Fern Green #507341

Tints of Fern Green #507341

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.23%

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

R = 30.77%
G = 44.23%
B = 25%

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

#507341 (or 0x507341) is known color: Fern Green. HEX triplet: 50, 73 and 41. RGB value is (80,115,65). Sum of RGB (Red+Green+Blue) = 80+115+65=260 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.77% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 65 (25.78% from 255 or 25% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #507341 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507341 is #AF8CBE. Grayscale: #636363. Windows color (decimal): -11504831 or 4289360. OLE color: 4289360.

HSL color Cylindrical-coordinate representation of color #507341: hue angle of 102º degrees, saturation: 0.28, 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 #507341 is Cyan = 0.30, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 115 65 -
CMYK 0.30 0 0.43 0.55
HSL 102º 0.28% 0.35% -
HSV(B) 102º 0.43% 0.45% -
XYZ 10.39 14.35 7.22 -
YUV 98.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 80 115 65 0.30 0 0.43 0.55 102 0.28 0.35
Hex 50 73 41 1E 0 2B 37 66 1C 23
Octal 120 163 101 36 0 53 67 146 34 43
Binary 1010000 1110011 1000001 11110 0 101011 110111 1100110 11100 100011

Color Harmonies of #507341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507341

Black with #507341

Text Example


Text Example

White with #507341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507341; }

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

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

background-color css

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

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

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

border-color css

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

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

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