Html Css Color HEX #508447 Fern Green

📋 copy color: '#508447'

red 80 ◦ green 132 ◦ blue 71

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

Shades of Fern Green #508447

Tints of Fern Green #508447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 46.64%

 BLUE value IS 71 (28.13% from 255) = 25.09%

R = 28.27%
G = 46.64%
B = 25.09%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#508447 (or 0x508447) is known color: Fern Green. HEX triplet: 50, 84 and 47. RGB value is (80,132,71). Sum of RGB (Red+Green+Blue) = 80+132+71=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 132 (51.95% from 255 or 46.64% from 283); Blue value is 71 (28.12% from 255 or 25.09% from 283); Max value from RGB is 132 - color contains mainly: green. Hex color #508447 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508447 is #AF7BB8. Grayscale: #6D6D6D. Windows color (decimal): -11500473 or 4686928. OLE color: 4686928.

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

Color convert

RGB 80 132 71 -
CMYK 0.39 0 0.46 0.48
HSL 111.15º 0.3% 0.4% -
HSV(B) 111.15º 0.46% 0.52% -
XYZ 12.7 18.66 8.89 -
YUV 109.5 106.27 106.96 -
System Red Green Blue C M Y K H S L
Decimal 80 132 71 0.39 0 0.46 0.48 111.15 0.3 0.4
Hex 50 84 47 27 0 2E 30 6F 1E 28
Octal 120 204 107 47 0 56 60 157 36 50
Binary 1010000 10000100 1000111 100111 0 101110 110000 1101111 11110 101000

Color Harmonies of #508447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508447

Black with #508447

Text Example


Text Example

White with #508447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508447; }

 p { color: rgb(80,132,71); }

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

background-color css

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

 a { background-color: rgb(80,132,71); }

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

border-color css

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

 span { border-color: rgb(80,132,71); }

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