Html Css Color HEX #507B4A Fern Green

📋 copy color: '#507B4A'

red 80 ◦ green 123 ◦ blue 74

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

Shades of Fern Green #507B4A

Tints of Fern Green #507B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 26.71%

R = 28.88%
G = 44.4%
B = 26.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#507B4A (or 0x507B4A) is known color: Fern Green. HEX triplet: 50, 7B and 4A. RGB value is (80,123,74). Sum of RGB (Red+Green+Blue) = 80+123+74=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 123 (48.44% from 255 or 44.40% from 277); Blue value is 74 (29.30% from 255 or 26.71% from 277); Max value from RGB is 123 - color contains mainly: green. Hex color #507B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507B4A is #AF84B5. Grayscale: #686868. Windows color (decimal): -11502774 or 4881232. OLE color: 4881232.

HSL color Cylindrical-coordinate representation of color #507B4A: hue angle of 112.65º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507B4A is Cyan = 0.35, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 123 74 -
CMYK 0.35 0 0.40 0.52
HSL 112.65º 0.25% 0.39% -
HSV(B) 112.65º 0.4% 0.48% -
XYZ 11.63 16.37 9.02 -
YUV 104.56 110.75 110.48 -
System Red Green Blue C M Y K H S L
Decimal 80 123 74 0.35 0 0.40 0.52 112.65 0.25 0.39
Hex 50 7B 4A 23 0 28 34 71 19 27
Octal 120 173 112 43 0 50 64 161 31 47
Binary 1010000 1111011 1001010 100011 0 101000 110100 1110001 11001 100111

Color Harmonies of #507B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507B4A

Black with #507B4A

Text Example


Text Example

White with #507B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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