Html Css Color HEX #507848 Fern Green

📋 copy color: '#507848'

red 80 ◦ green 120 ◦ blue 72

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

Shades of Fern Green #507848

Tints of Fern Green #507848

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.12%

 BLUE value IS 72 (28.52% from 255) = 26.47%

R = 29.41%
G = 44.12%
B = 26.47%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#507848 (or 0x507848) is known color: Fern Green. HEX triplet: 50, 78 and 48. RGB value is (80,120,72). Sum of RGB (Red+Green+Blue) = 80+120+72=272 (36% of max value = 765). Red value is 80 (31.64% from 255 or 29.41% from 272); Green value is 120 (47.27% from 255 or 44.12% from 272); Blue value is 72 (28.52% from 255 or 26.47% from 272); Max value from RGB is 120 - color contains mainly: green. Hex color #507848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #507848 is #AF87B7. Grayscale: #666666. Windows color (decimal): -11503544 or 4749392. OLE color: 4749392.

HSL color Cylindrical-coordinate representation of color #507848: hue angle of 110º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #507848 is Cyan = 0.33, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 72 -
CMYK 0.33 0 0.40 0.53
HSL 110º 0.25% 0.38% -
HSV(B) 110º 0.4% 0.47% -
XYZ 11.19 15.61 8.55 -
YUV 102.57 110.75 111.9 -
System Red Green Blue C M Y K H S L
Decimal 80 120 72 0.33 0 0.40 0.53 110 0.25 0.38
Hex 50 78 48 21 0 28 35 6E 19 26
Octal 120 170 110 41 0 50 65 156 31 46
Binary 1010000 1111000 1001000 100001 0 101000 110101 1101110 11001 100110

Color Harmonies of #507848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507848

Black with #507848

Text Example


Text Example

White with #507848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507848; }

 p { color: rgb(80,120,72); }

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

background-color css

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

 a { background-color: rgb(80,120,72); }

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

border-color css

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

 span { border-color: rgb(80,120,72); }

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