Html Css Color HEX #497B46 Fern Green

📋 copy color: '#497B46'

red 73 ◦ green 123 ◦ blue 70

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

Shades of Fern Green #497B46

Tints of Fern Green #497B46

RGB

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

 GREEN value IS 123 (48.44% from 255) = 46.24%

 BLUE value IS 70 (27.73% from 255) = 26.32%

R = 27.44%
G = 46.24%
B = 26.32%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#497B46 (or 0x497B46) is known color: Fern Green. HEX triplet: 49, 7B and 46. RGB value is (73,123,70). Sum of RGB (Red+Green+Blue) = 73+123+70=266 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.44% from 266); Green value is 123 (48.44% from 255 or 46.24% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 123 - color contains mainly: green. Hex color #497B46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #497B46 is #B684B9. Grayscale: #666666. Windows color (decimal): -11961530 or 4619081. OLE color: 4619081.

HSL color Cylindrical-coordinate representation of color #497B46: hue angle of 116.6º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #497B46 is Cyan = 0.41, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.52.

Color convert

RGB 73 123 70 -
CMYK 0.41 0 0.43 0.52
HSL 116.6º 0.27% 0.38% -
HSV(B) 116.6º 0.43% 0.48% -
XYZ 10.94 16.02 8.31 -
YUV 102.01 109.94 107.31 -
System Red Green Blue C M Y K H S L
Decimal 73 123 70 0.41 0 0.43 0.52 116.6 0.27 0.38
Hex 49 7B 46 29 0 2B 34 75 1B 26
Octal 111 173 106 51 0 53 64 165 33 46
Binary 1001001 1111011 1000110 101001 0 101011 110100 1110101 11011 100110

Color Harmonies of #497B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #497B46

Black with #497B46

Text Example


Text Example

White with #497B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #497B46; }

 p { color: rgb(73,123,70); }

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

background-color css

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

 a { background-color: rgb(73,123,70); }

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

border-color css

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

 span { border-color: rgb(73,123,70); }

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