Html Css Color HEX #507841 Fern Green

📋 copy color: '#507841'

red 80 ◦ green 120 ◦ blue 65

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

Shades of Fern Green #507841

Tints of Fern Green #507841

RGB

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

 GREEN value IS 120 (47.27% from 255) = 45.28%

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

R = 30.19%
G = 45.28%
B = 24.53%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#507841 (or 0x507841) is known color: Fern Green. HEX triplet: 50, 78 and 41. RGB value is (80,120,65). Sum of RGB (Red+Green+Blue) = 80+120+65=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 120 (47.27% from 255 or 45.28% from 265); Blue value is 65 (25.78% from 255 or 24.53% from 265); Max value from RGB is 120 - color contains mainly: green. Hex color #507841 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507841 is #AF87BE. Grayscale: #656565. Windows color (decimal): -11503551 or 4290640. OLE color: 4290640.

HSL color Cylindrical-coordinate representation of color #507841: hue angle of 103.64º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #507841 is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 65 -
CMYK 0.33 0 0.46 0.53
HSL 103.64º 0.3% 0.36% -
HSV(B) 103.64º 0.46% 0.47% -
XYZ 10.98 15.52 7.42 -
YUV 101.77 107.25 112.47 -
System Red Green Blue C M Y K H S L
Decimal 80 120 65 0.33 0 0.46 0.53 103.64 0.3 0.36
Hex 50 78 41 21 0 2E 35 68 1E 24
Octal 120 170 101 41 0 56 65 150 36 44
Binary 1010000 1111000 1000001 100001 0 101110 110101 1101000 11110 100100

Color Harmonies of #507841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507841

Black with #507841

Text Example


Text Example

White with #507841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507841; }

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

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

background-color css

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

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

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

border-color css

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

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

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