Html Css Color HEX #507641 Fern Green

📋 copy color: '#507641'

red 80 ◦ green 118 ◦ blue 65

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

Shades of Fern Green #507641

Tints of Fern Green #507641

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.87%

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

R = 30.42%
G = 44.87%
B = 24.71%

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

#507641 (or 0x507641) is known color: Fern Green. HEX triplet: 50, 76 and 41. RGB value is (80,118,65). Sum of RGB (Red+Green+Blue) = 80+118+65=263 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.42% from 263); Green value is 118 (46.48% from 255 or 44.87% from 263); Blue value is 65 (25.78% from 255 or 24.71% from 263); Max value from RGB is 118 - color contains mainly: green. Hex color #507641 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507641 is #AF89BE. Grayscale: #646464. Windows color (decimal): -11504063 or 4290128. OLE color: 4290128.

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

Color convert

RGB 80 118 65 -
CMYK 0.32 0 0.45 0.54
HSL 103.02º 0.29% 0.36% -
HSV(B) 103.02º 0.45% 0.46% -
XYZ 10.74 15.04 7.34 -
YUV 100.6 107.91 113.31 -
System Red Green Blue C M Y K H S L
Decimal 80 118 65 0.32 0 0.45 0.54 103.02 0.29 0.36
Hex 50 76 41 20 0 2D 36 67 1D 24
Octal 120 166 101 40 0 55 66 147 35 44
Binary 1010000 1110110 1000001 100000 0 101101 110110 1100111 11101 100100

Color Harmonies of #507641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507641

Black with #507641

Text Example


Text Example

White with #507641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507641; }

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

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

background-color css

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

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

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

border-color css

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

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

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