Html Css Color HEX #507C36 Fern Green

📋 copy color: '#507C36'

red 80 ◦ green 124 ◦ blue 54

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

Shades of Fern Green #507C36

Tints of Fern Green #507C36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 20.93%

R = 31.01%
G = 48.06%
B = 20.93%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.51

RGB Variations

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

Color information

#507C36 (or 0x507C36) is known color: Fern Green. HEX triplet: 50, 7C and 36. RGB value is (80,124,54). Sum of RGB (Red+Green+Blue) = 80+124+54=258 (34% of max value = 765). Red value is 80 (31.64% from 255 or 31.01% from 258); Green value is 124 (48.83% from 255 or 48.06% from 258); Blue value is 54 (21.48% from 255 or 20.93% from 258); Max value from RGB is 124 - color contains mainly: green. Hex color #507C36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507C36 is #AF83C9. Grayscale: #676767. Windows color (decimal): -11502538 or 3570768. OLE color: 3570768.

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

Color convert

RGB 80 124 54 -
CMYK 0.35 0 0.56 0.51
HSL 97.71º 0.39% 0.35% -
HSV(B) 97.71º 0.56% 0.49% -
XYZ 11.18 16.39 6.06 -
YUV 102.86 100.42 111.69 -
System Red Green Blue C M Y K H S L
Decimal 80 124 54 0.35 0 0.56 0.51 97.71 0.39 0.35
Hex 50 7C 36 23 0 38 33 62 27 23
Octal 120 174 66 43 0 70 63 142 47 43
Binary 1010000 1111100 110110 100011 0 111000 110011 1100010 100111 100011

Color Harmonies of #507C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507C36

Black with #507C36

Text Example


Text Example

White with #507C36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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