Html Css Color HEX #508948 Fern Green

📋 copy color: '#508948'

red 80 ◦ green 137 ◦ blue 72

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

Shades of Fern Green #508948

Tints of Fern Green #508948

RGB

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

 GREEN value IS 137 (53.91% from 255) = 47.4%

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

R = 27.68%
G = 47.4%
B = 24.91%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#508948 (or 0x508948) is known color: Fern Green. HEX triplet: 50, 89 and 48. RGB value is (80,137,72). Sum of RGB (Red+Green+Blue) = 80+137+72=289 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.68% from 289); Green value is 137 (53.91% from 255 or 47.40% from 289); Blue value is 72 (28.52% from 255 or 24.91% from 289); Max value from RGB is 137 - color contains mainly: green. Hex color #508948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508948 is #AF76B7. Grayscale: #707070. Windows color (decimal): -11499192 or 4753744. OLE color: 4753744.

HSL color Cylindrical-coordinate representation of color #508948: hue angle of 112.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #508948 is Cyan = 0.42, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB 80 137 72 -
CMYK 0.42 0 0.47 0.46
HSL 112.62º 0.31% 0.41% -
HSV(B) 112.62º 0.47% 0.54% -
XYZ 13.42 20.06 9.3 -
YUV 112.55 105.12 104.79 -
System Red Green Blue C M Y K H S L
Decimal 80 137 72 0.42 0 0.47 0.46 112.62 0.31 0.41
Hex 50 89 48 2A 0 2F 2E 71 1F 29
Octal 120 211 110 52 0 57 56 161 37 51
Binary 1010000 10001001 1001000 101010 0 101111 101110 1110001 11111 101001

Color Harmonies of #508948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508948

Black with #508948

Text Example


Text Example

White with #508948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508948; }

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

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

background-color css

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

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

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

border-color css

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

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

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