Html Css Color HEX #498545 Fern Green

📋 copy color: '#498545'

red 73 ◦ green 133 ◦ blue 69

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

Shades of Fern Green #498545

Tints of Fern Green #498545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 48.36%

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

R = 26.55%
G = 48.36%
B = 25.09%

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

#498545 (or 0x498545) is known color: Fern Green. HEX triplet: 49, 85 and 45. RGB value is (73,133,69). Sum of RGB (Red+Green+Blue) = 73+133+69=275 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.55% from 275); Green value is 133 (52.34% from 255 or 48.36% from 275); Blue value is 69 (27.34% from 255 or 25.09% from 275); Max value from RGB is 133 - color contains mainly: green. Hex color #498545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498545 is #B67ABA. Grayscale: #6B6B6B. Windows color (decimal): -11958971 or 4556105. OLE color: 4556105.

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

Color convert

RGB 73 133 69 -
CMYK 0.45 0 0.48 0.48
HSL 116.25º 0.32% 0.4% -
HSV(B) 116.25º 0.48% 0.52% -
XYZ 12.21 18.62 8.58 -
YUV 107.76 106.12 103.2 -
System Red Green Blue C M Y K H S L
Decimal 73 133 69 0.45 0 0.48 0.48 116.25 0.32 0.4
Hex 49 85 45 2D 0 30 30 74 20 28
Octal 111 205 105 55 0 60 60 164 40 50
Binary 1001001 10000101 1000101 101101 0 110000 110000 1110100 100000 101000

Color Harmonies of #498545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498545

Black with #498545

Text Example


Text Example

White with #498545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498545; }

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

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

background-color css

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

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

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

border-color css

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

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

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