Html Css Color HEX #507645 Fern Green

📋 copy color: '#507645'

red 80 ◦ green 118 ◦ blue 69

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

Shades of Fern Green #507645

Tints of Fern Green #507645

RGB

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

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

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

R = 29.96%
G = 44.19%
B = 25.84%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.42

 K value IS 0.54

RGB Variations

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

Color information

#507645 (or 0x507645) is known color: Fern Green. HEX triplet: 50, 76 and 45. RGB value is (80,118,69). Sum of RGB (Red+Green+Blue) = 80+118+69=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 118 (46.48% from 255 or 44.19% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 118 - color contains mainly: green. Hex color #507645 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507645 is #AF89BA. Grayscale: #656565. Windows color (decimal): -11504059 or 4552272. OLE color: 4552272.

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

Color convert

RGB 80 118 69 -
CMYK 0.32 0 0.42 0.54
HSL 106.53º 0.26% 0.37% -
HSV(B) 106.53º 0.42% 0.46% -
XYZ 10.86 15.09 7.97 -
YUV 101.05 109.91 112.98 -
System Red Green Blue C M Y K H S L
Decimal 80 118 69 0.32 0 0.42 0.54 106.53 0.26 0.37
Hex 50 76 45 20 0 2A 36 6B 1A 25
Octal 120 166 105 40 0 52 66 153 32 45
Binary 1010000 1110110 1000101 100000 0 101010 110110 1101011 11010 100101

Color Harmonies of #507645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507645

Black with #507645

Text Example


Text Example

White with #507645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507645; }

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

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

background-color css

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

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

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

border-color css

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

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

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