Html Css Color HEX #498142 Fern Green

📋 copy color: '#498142'

red 73 ◦ green 129 ◦ blue 66

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

Shades of Fern Green #498142

Tints of Fern Green #498142

RGB

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

 GREEN value IS 129 (50.78% from 255) = 48.13%

 BLUE value IS 66 (26.17% from 255) = 24.63%

R = 27.24%
G = 48.13%
B = 24.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.49

RGB Variations

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

Color information

#498142 (or 0x498142) is known color: Fern Green. HEX triplet: 49, 81 and 42. RGB value is (73,129,66). Sum of RGB (Red+Green+Blue) = 73+129+66=268 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.24% from 268); Green value is 129 (50.78% from 255 or 48.13% from 268); Blue value is 66 (26.17% from 255 or 24.63% from 268); Max value from RGB is 129 - color contains mainly: green. Hex color #498142 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #498142 is #B67EBD. Grayscale: #696969. Windows color (decimal): -11959998 or 4358473. OLE color: 4358473.

HSL color Cylindrical-coordinate representation of color #498142: hue angle of 113.33º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #498142 is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 129 66 -
CMYK 0.43 0 0.49 0.49
HSL 113.33º 0.32% 0.38% -
HSV(B) 113.33º 0.49% 0.51% -
XYZ 11.58 17.51 7.92 -
YUV 105.07 105.95 105.12 -
System Red Green Blue C M Y K H S L
Decimal 73 129 66 0.43 0 0.49 0.49 113.33 0.32 0.38
Hex 49 81 42 2B 0 31 31 71 20 26
Octal 111 201 102 53 0 61 61 161 40 46
Binary 1001001 10000001 1000010 101011 0 110001 110001 1110001 100000 100110

Color Harmonies of #498142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498142

Black with #498142

Text Example


Text Example

White with #498142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498142; }

 p { color: rgb(73,129,66); }

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

background-color css

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

 a { background-color: rgb(73,129,66); }

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

border-color css

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

 span { border-color: rgb(73,129,66); }

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