Html Css Color HEX #507745 Fern Green

📋 copy color: '#507745'

red 80 ◦ green 119 ◦ blue 69

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

Shades of Fern Green #507745

Tints of Fern Green #507745

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.4%

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

R = 29.85%
G = 44.4%
B = 25.75%

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

#507745 (or 0x507745) is known color: Fern Green. HEX triplet: 50, 77 and 45. RGB value is (80,119,69). Sum of RGB (Red+Green+Blue) = 80+119+69=268 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.85% from 268); Green value is 119 (46.88% from 255 or 44.40% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 119 - color contains mainly: green. Hex color #507745 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507745 is #AF88BA. Grayscale: #656565. Windows color (decimal): -11503803 or 4552528. OLE color: 4552528.

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

Color convert

RGB 80 119 69 -
CMYK 0.33 0 0.42 0.53
HSL 106.8º 0.27% 0.37% -
HSV(B) 106.8º 0.42% 0.47% -
XYZ 10.98 15.33 8.01 -
YUV 101.64 109.58 112.57 -
System Red Green Blue C M Y K H S L
Decimal 80 119 69 0.33 0 0.42 0.53 106.8 0.27 0.37
Hex 50 77 45 21 0 2A 35 6B 1B 25
Octal 120 167 105 41 0 52 65 153 33 45
Binary 1010000 1110111 1000101 100001 0 101010 110101 1101011 11011 100101

Color Harmonies of #507745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507745

Black with #507745

Text Example


Text Example

White with #507745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507745; }

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

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

background-color css

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

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

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

border-color css

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

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

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