Html Css Color HEX #508444 Fern Green

📋 copy color: '#508444'

red 80 ◦ green 132 ◦ blue 68

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

Shades of Fern Green #508444

Tints of Fern Green #508444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.29%

R = 28.57%
G = 47.14%
B = 24.29%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#508444 (or 0x508444) is known color: Fern Green. HEX triplet: 50, 84 and 44. RGB value is (80,132,68). Sum of RGB (Red+Green+Blue) = 80+132+68=280 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.57% from 280); Green value is 132 (51.95% from 255 or 47.14% from 280); Blue value is 68 (26.95% from 255 or 24.29% from 280); Max value from RGB is 132 - color contains mainly: green. Hex color #508444 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #508444 is #AF7BBB. Grayscale: #6D6D6D. Windows color (decimal): -11500476 or 4490320. OLE color: 4490320.

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

Color convert

RGB 80 132 68 -
CMYK 0.39 0 0.48 0.48
HSL 108.75º 0.32% 0.39% -
HSV(B) 108.75º 0.48% 0.52% -
XYZ 12.6 18.63 8.4 -
YUV 109.16 104.77 107.2 -
System Red Green Blue C M Y K H S L
Decimal 80 132 68 0.39 0 0.48 0.48 108.75 0.32 0.39
Hex 50 84 44 27 0 30 30 6D 20 27
Octal 120 204 104 47 0 60 60 155 40 47
Binary 1010000 10000100 1000100 100111 0 110000 110000 1101101 100000 100111

Color Harmonies of #508444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #508444

Black with #508444

Text Example


Text Example

White with #508444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #508444; }

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

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

background-color css

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

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

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

border-color css

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

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

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