Html Css Color HEX #498445 Fern Green

📋 copy color: '#498445'

red 73 ◦ green 132 ◦ blue 69

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

Shades of Fern Green #498445

Tints of Fern Green #498445

RGB

 RED value IS 73 (28.91% from 255) = 26.64%

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

 BLUE value IS 69 (27.34% from 255) = 25.18%

R = 26.64%
G = 48.18%
B = 25.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.48

 K value IS 0.48

RGB Variations

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

Color information

#498445 (or 0x498445) is known color: Fern Green. HEX triplet: 49, 84 and 45. RGB value is (73,132,69). Sum of RGB (Red+Green+Blue) = 73+132+69=274 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.64% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 69 (27.34% from 255 or 25.18% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #498445 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498445 is #B67BBA. Grayscale: #6B6B6B. Windows color (decimal): -11959227 or 4555849. OLE color: 4555849.

HSL color Cylindrical-coordinate representation of color #498445: hue angle of 116.19º degrees, saturation: 0.31, 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 #498445 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.48.

Color convert

RGB 73 132 69 -
CMYK 0.45 0 0.48 0.48
HSL 116.19º 0.31% 0.39% -
HSV(B) 116.19º 0.48% 0.52% -
XYZ 12.07 18.35 8.54 -
YUV 107.18 106.45 103.62 -
System Red Green Blue C M Y K H S L
Decimal 73 132 69 0.45 0 0.48 0.48 116.19 0.31 0.39
Hex 49 84 45 2D 0 30 30 74 1F 27
Octal 111 204 105 55 0 60 60 164 37 47
Binary 1001001 10000100 1000101 101101 0 110000 110000 1110100 11111 100111

Color Harmonies of #498445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498445

Black with #498445

Text Example


Text Example

White with #498445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498445; }

 p { color: rgb(73,132,69); }

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

background-color css

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

 a { background-color: rgb(73,132,69); }

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

border-color css

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

 span { border-color: rgb(73,132,69); }

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