Html Css Color HEX #508148 Fern Green

📋 copy color: '#508148'

red 80 ◦ green 129 ◦ blue 72

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

Shades of Fern Green #508148

Tints of Fern Green #508148

RGB

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

 GREEN value IS 129 (50.78% from 255) = 45.91%

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

R = 28.47%
G = 45.91%
B = 25.62%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#508148 (or 0x508148) is known color: Fern Green. HEX triplet: 50, 81 and 48. RGB value is (80,129,72). Sum of RGB (Red+Green+Blue) = 80+129+72=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #508148 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508148 is #AF7EB7. Grayscale: #6C6C6C. Windows color (decimal): -11501240 or 4751696. OLE color: 4751696.

HSL color Cylindrical-coordinate representation of color #508148: hue angle of 111.58º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #508148 is Cyan = 0.38, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 80 129 72 -
CMYK 0.38 0 0.44 0.49
HSL 111.58º 0.28% 0.39% -
HSV(B) 111.58º 0.44% 0.51% -
XYZ 12.33 17.87 8.93 -
YUV 107.85 107.77 108.13 -
System Red Green Blue C M Y K H S L
Decimal 80 129 72 0.38 0 0.44 0.49 111.58 0.28 0.39
Hex 50 81 48 26 0 2C 31 70 1C 27
Octal 120 201 110 46 0 54 61 160 34 47
Binary 1010000 10000001 1001000 100110 0 101100 110001 1110000 11100 100111

Color Harmonies of #508148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508148

Black with #508148

Text Example


Text Example

White with #508148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508148; }

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

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

background-color css

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

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

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

border-color css

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

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

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