Html Css Color HEX #507A46 Fern Green

📋 copy color: '#507A46'

red 80 ◦ green 122 ◦ blue 70

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

Shades of Fern Green #507A46

Tints of Fern Green #507A46

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.85%

 BLUE value IS 70 (27.73% from 255) = 25.74%

R = 29.41%
G = 44.85%
B = 25.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#507A46 (or 0x507A46) is known color: Fern Green. HEX triplet: 50, 7A and 46. RGB value is (80,122,70). Sum of RGB (Red+Green+Blue) = 80+122+70=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 122 (48.05% from 255 or 44.85% from 272); Blue value is 70 (27.73% from 255 or 25.74% from 272); Max value from RGB is 122 - color contains mainly: green. Hex color #507A46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507A46 is #AF85B9. Grayscale: #676767. Windows color (decimal): -11503034 or 4618832. OLE color: 4618832.

HSL color Cylindrical-coordinate representation of color #507A46: hue angle of 108.46º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #507A46 is Cyan = 0.34, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB 80 122 70 -
CMYK 0.34 0 0.43 0.52
HSL 108.46º 0.27% 0.38% -
HSV(B) 108.46º 0.43% 0.48% -
XYZ 11.37 16.07 8.3 -
YUV 103.51 109.09 111.23 -
System Red Green Blue C M Y K H S L
Decimal 80 122 70 0.34 0 0.43 0.52 108.46 0.27 0.38
Hex 50 7A 46 22 0 2B 34 6C 1B 26
Octal 120 172 106 42 0 53 64 154 33 46
Binary 1010000 1111010 1000110 100010 0 101011 110100 1101100 11011 100110

Color Harmonies of #507A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507A46

Black with #507A46

Text Example


Text Example

White with #507A46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,122,70); }

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

background-color css

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

 a { background-color: rgb(80,122,70); }

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

border-color css

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

 span { border-color: rgb(80,122,70); }

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