Html Css Color HEX #507B3E Fern Green

📋 copy color: '#507B3E'

red 80 ◦ green 123 ◦ blue 62

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

Shades of Fern Green #507B3E

Tints of Fern Green #507B3E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.42%

 BLUE value IS 62 (24.61% from 255) = 23.4%

R = 30.19%
G = 46.42%
B = 23.4%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.50

 K value IS 0.52

RGB Variations

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

Color information

#507B3E (or 0x507B3E) is known color: Fern Green. HEX triplet: 50, 7B and 3E. RGB value is (80,123,62). Sum of RGB (Red+Green+Blue) = 80+123+62=265 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.19% from 265); Green value is 123 (48.44% from 255 or 46.42% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 123 - color contains mainly: green. Hex color #507B3E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507B3E is #AF84C1. Grayscale: #676767. Windows color (decimal): -11502786 or 4094800. OLE color: 4094800.

HSL color Cylindrical-coordinate representation of color #507B3E: hue angle of 102.3º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #507B3E is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 123 62 -
CMYK 0.35 0 0.50 0.52
HSL 102.3º 0.33% 0.36% -
HSV(B) 102.3º 0.5% 0.48% -
XYZ 11.26 16.22 7.09 -
YUV 103.19 104.75 111.46 -
System Red Green Blue C M Y K H S L
Decimal 80 123 62 0.35 0 0.50 0.52 102.3 0.33 0.36
Hex 50 7B 3E 23 0 32 34 66 21 24
Octal 120 173 76 43 0 62 64 146 41 44
Binary 1010000 1111011 111110 100011 0 110010 110100 1100110 100001 100100

Color Harmonies of #507B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507B3E

Black with #507B3E

Text Example


Text Example

White with #507B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,123,62); }

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

background-color css

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

 a { background-color: rgb(80,123,62); }

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

border-color css

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

 span { border-color: rgb(80,123,62); }

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