Html Css Color HEX #509044 Fern Green

📋 copy color: '#509044'

red 80 ◦ green 144 ◦ blue 68

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

Shades of Fern Green #509044

Tints of Fern Green #509044

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.32%

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

R = 27.4%
G = 49.32%
B = 23.29%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#509044 (or 0x509044) is known color: Fern Green. HEX triplet: 50, 90 and 44. RGB value is (80,144,68). Sum of RGB (Red+Green+Blue) = 80+144+68=292 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.40% from 292); Green value is 144 (56.64% from 255 or 49.32% from 292); Blue value is 68 (26.95% from 255 or 23.29% from 292); Max value from RGB is 144 - color contains mainly: green. Hex color #509044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #509044 is #AF6FBB. Grayscale: #747474. Windows color (decimal): -11497404 or 4493392. OLE color: 4493392.

HSL color Cylindrical-coordinate representation of color #509044: hue angle of 110.53º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #509044 is Cyan = 0.44, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 144 68 -
CMYK 0.44 0 0.53 0.44
HSL 110.53º 0.36% 0.42% -
HSV(B) 110.53º 0.53% 0.56% -
XYZ 14.32 22.07 8.97 -
YUV 116.2 100.8 102.18 -
System Red Green Blue C M Y K H S L
Decimal 80 144 68 0.44 0 0.53 0.44 110.53 0.36 0.42
Hex 50 90 44 2C 0 35 2C 6F 24 2A
Octal 120 220 104 54 0 65 54 157 44 52
Binary 1010000 10010000 1000100 101100 0 110101 101100 1101111 100100 101010

Color Harmonies of #509044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #509044

Black with #509044

Text Example


Text Example

White with #509044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #509044; }

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

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

background-color css

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

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

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

border-color css

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

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

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