Html Css Color HEX #508748 Fern Green

📋 copy color: '#508748'

red 80 ◦ green 135 ◦ blue 72

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

Shades of Fern Green #508748

Tints of Fern Green #508748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.04%

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

R = 27.87%
G = 47.04%
B = 25.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#508748 (or 0x508748) is known color: Fern Green. HEX triplet: 50, 87 and 48. RGB value is (80,135,72). Sum of RGB (Red+Green+Blue) = 80+135+72=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 72 (28.52% from 255 or 25.09% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #508748 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508748 is #AF78B7. Grayscale: #6F6F6F. Windows color (decimal): -11499704 or 4753232. OLE color: 4753232.

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

Color convert

RGB 80 135 72 -
CMYK 0.41 0 0.47 0.47
HSL 112.38º 0.3% 0.41% -
HSV(B) 112.38º 0.47% 0.53% -
XYZ 13.14 19.5 9.2 -
YUV 111.37 105.78 105.62 -
System Red Green Blue C M Y K H S L
Decimal 80 135 72 0.41 0 0.47 0.47 112.38 0.3 0.41
Hex 50 87 48 29 0 2F 2F 70 1E 29
Octal 120 207 110 51 0 57 57 160 36 51
Binary 1010000 10000111 1001000 101001 0 101111 101111 1110000 11110 101001

Color Harmonies of #508748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508748

Black with #508748

Text Example


Text Example

White with #508748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508748; }

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

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

background-color css

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

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

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

border-color css

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

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

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