Html Css Color HEX #507C44 Fern Green

📋 copy color: '#507C44'

red 80 ◦ green 124 ◦ blue 68

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

Shades of Fern Green #507C44

Tints of Fern Green #507C44

RGB

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

 GREEN value IS 124 (48.83% from 255) = 45.59%

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

R = 29.41%
G = 45.59%
B = 25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#507C44 (or 0x507C44) is known color: Fern Green. HEX triplet: 50, 7C and 44. RGB value is (80,124,68). Sum of RGB (Red+Green+Blue) = 80+124+68=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 124 (48.83% from 255 or 45.59% from 272); Blue value is 68 (26.95% from 255 or 25% from 272); Max value from RGB is 124 - color contains mainly: green. Hex color #507C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507C44 is #AF83BB. Grayscale: #686868. Windows color (decimal): -11502524 or 4488272. OLE color: 4488272.

HSL color Cylindrical-coordinate representation of color #507C44: hue angle of 107.14º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #507C44 is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB 80 124 68 -
CMYK 0.35 0 0.45 0.51
HSL 107.14º 0.29% 0.38% -
HSV(B) 107.14º 0.45% 0.49% -
XYZ 11.56 16.54 8.05 -
YUV 104.46 107.42 110.55 -
System Red Green Blue C M Y K H S L
Decimal 80 124 68 0.35 0 0.45 0.51 107.14 0.29 0.38
Hex 50 7C 44 23 0 2D 33 6B 1D 26
Octal 120 174 104 43 0 55 63 153 35 46
Binary 1010000 1111100 1000100 100011 0 101101 110011 1101011 11101 100110

Color Harmonies of #507C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C44

Black with #507C44

Text Example


Text Example

White with #507C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507C44; }

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

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

background-color css

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

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

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

border-color css

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

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

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