Html Css Color HEX #508648 Fern Green

📋 copy color: '#508648'

red 80 ◦ green 134 ◦ blue 72

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

Shades of Fern Green #508648

Tints of Fern Green #508648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 46.85%

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

R = 27.97%
G = 46.85%
B = 25.17%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#508648 (or 0x508648) is known color: Fern Green. HEX triplet: 50, 86 and 48. RGB value is (80,134,72). Sum of RGB (Red+Green+Blue) = 80+134+72=286 (37% of max value = 765). Red value is 80 (31.64% from 255 or 27.97% from 286); Green value is 134 (52.73% from 255 or 46.85% from 286); Blue value is 72 (28.52% from 255 or 25.17% from 286); Max value from RGB is 134 - color contains mainly: green. Hex color #508648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508648 is #AF79B7. Grayscale: #6E6E6E. Windows color (decimal): -11499960 or 4752976. OLE color: 4752976.

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

Color convert

RGB 80 134 72 -
CMYK 0.40 0 0.46 0.47
HSL 112.26º 0.3% 0.4% -
HSV(B) 112.26º 0.46% 0.53% -
XYZ 13 19.22 9.16 -
YUV 110.79 106.11 106.04 -
System Red Green Blue C M Y K H S L
Decimal 80 134 72 0.40 0 0.46 0.47 112.26 0.3 0.4
Hex 50 86 48 28 0 2E 2F 70 1E 28
Octal 120 206 110 50 0 56 57 160 36 50
Binary 1010000 10000110 1001000 101000 0 101110 101111 1110000 11110 101000

Color Harmonies of #508648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508648

Black with #508648

Text Example


Text Example

White with #508648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508648; }

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

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

background-color css

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

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

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

border-color css

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

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

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