Html Css Color HEX #507845 Fern Green

📋 copy color: '#507845'

red 80 ◦ green 120 ◦ blue 69

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

Shades of Fern Green #507845

Tints of Fern Green #507845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.65%

R = 29.74%
G = 44.61%
B = 25.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#507845 (or 0x507845) is known color: Fern Green. HEX triplet: 50, 78 and 45. RGB value is (80,120,69). Sum of RGB (Red+Green+Blue) = 80+120+69=269 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.74% from 269); Green value is 120 (47.27% from 255 or 44.61% from 269); Blue value is 69 (27.34% from 255 or 25.65% from 269); Max value from RGB is 120 - color contains mainly: green. Hex color #507845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507845 is #AF87BA. Grayscale: #666666. Windows color (decimal): -11503547 or 4552784. OLE color: 4552784.

HSL color Cylindrical-coordinate representation of color #507845: hue angle of 107.06º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #507845 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 69 -
CMYK 0.33 0 0.42 0.53
HSL 107.06º 0.27% 0.37% -
HSV(B) 107.06º 0.43% 0.47% -
XYZ 11.1 15.57 8.05 -
YUV 102.23 109.25 112.15 -
System Red Green Blue C M Y K H S L
Decimal 80 120 69 0.33 0 0.42 0.53 107.06 0.27 0.37
Hex 50 78 45 21 0 2A 35 6B 1B 25
Octal 120 170 105 41 0 52 65 153 33 45
Binary 1010000 1111000 1000101 100001 0 101010 110101 1101011 11011 100101

Color Harmonies of #507845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507845

Black with #507845

Text Example


Text Example

White with #507845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507845; }

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

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

background-color css

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

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

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

border-color css

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

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

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