Html Css Color HEX #507744 Fern Green

📋 copy color: '#507744'

red 80 ◦ green 119 ◦ blue 68

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

Shades of Fern Green #507744

Tints of Fern Green #507744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 25.47%

R = 29.96%
G = 44.57%
B = 25.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#507744 (or 0x507744) is known color: Fern Green. HEX triplet: 50, 77 and 44. RGB value is (80,119,68). Sum of RGB (Red+Green+Blue) = 80+119+68=267 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.96% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 68 (26.95% from 255 or 25.47% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #507744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507744 is #AF88BB. Grayscale: #656565. Windows color (decimal): -11503804 or 4486992. OLE color: 4486992.

HSL color Cylindrical-coordinate representation of color #507744: hue angle of 105.88º 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 #507744 is Cyan = 0.33, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 68 -
CMYK 0.33 0 0.43 0.53
HSL 105.88º 0.27% 0.37% -
HSV(B) 105.88º 0.43% 0.47% -
XYZ 10.95 15.32 7.85 -
YUV 101.53 109.08 112.65 -
System Red Green Blue C M Y K H S L
Decimal 80 119 68 0.33 0 0.43 0.53 105.88 0.27 0.37
Hex 50 77 44 21 0 2B 35 6A 1B 25
Octal 120 167 104 41 0 53 65 152 33 45
Binary 1010000 1110111 1000100 100001 0 101011 110101 1101010 11011 100101

Color Harmonies of #507744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507744

Black with #507744

Text Example


Text Example

White with #507744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507744; }

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

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

background-color css

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

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

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

border-color css

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

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

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