Html Css Color HEX #507345 Fern Green

📋 copy color: '#507345'

red 80 ◦ green 115 ◦ blue 69

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

Shades of Fern Green #507345

Tints of Fern Green #507345

RGB

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

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

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

R = 30.3%
G = 43.56%
B = 26.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.4

 K value IS 0.55

RGB Variations

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

Color information

#507345 (or 0x507345) is known color: Fern Green. HEX triplet: 50, 73 and 45. RGB value is (80,115,69). Sum of RGB (Red+Green+Blue) = 80+115+69=264 (34% of max value = 765). Red value is 80 (31.64% from 255 or 30.30% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 69 (27.34% from 255 or 26.14% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #507345 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507345 is #AF8CBA. Grayscale: #636363. Windows color (decimal): -11504827 or 4551504. OLE color: 4551504.

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

Color convert

RGB 80 115 69 -
CMYK 0.30 0 0.4 0.55
HSL 105.65º 0.25% 0.36% -
HSV(B) 105.65º 0.4% 0.45% -
XYZ 10.51 14.4 7.85 -
YUV 99.29 110.9 114.24 -
System Red Green Blue C M Y K H S L
Decimal 80 115 69 0.30 0 0.4 0.55 105.65 0.25 0.36
Hex 50 73 45 1E 0 28 37 6A 19 24
Octal 120 163 105 36 0 50 67 152 31 44
Binary 1010000 1110011 1000101 11110 0 101000 110111 1101010 11001 100100

Color Harmonies of #507345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507345

Black with #507345

Text Example


Text Example

White with #507345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507345; }

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

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

background-color css

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

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

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

border-color css

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

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

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