Html Css Color HEX #498B5F Como

📋 copy color: '#498B5F'

red 73 ◦ green 139 ◦ blue 95

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

Shades of Como #498B5F

Tints of Como #498B5F

RGB

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

 GREEN value IS 139 (54.69% from 255) = 45.28%

 BLUE value IS 95 (37.5% from 255) = 30.94%

R = 23.78%
G = 45.28%
B = 30.94%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#498B5F (or 0x498B5F) is known color: Como. HEX triplet: 49, 8B and 5F. RGB value is (73,139,95). Sum of RGB (Red+Green+Blue) = 73+139+95=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #498B5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498B5F is #B674A0. Grayscale: #727272. Windows color (decimal): -11957409 or 6261577. OLE color: 6261577.

HSL color Cylindrical-coordinate representation of color #498B5F: hue angle of 140º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498B5F is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 139 95 -
CMYK 0.47 0 0.32 0.45
HSL 140º 0.31% 0.42% -
HSV(B) 140º 0.47% 0.55% -
XYZ 14.05 20.71 14.08 -
YUV 114.25 117.13 98.58 -
System Red Green Blue C M Y K H S L
Decimal 73 139 95 0.47 0 0.32 0.45 140 0.31 0.42
Hex 49 8B 5F 2F 0 20 2D 8C 1F 2A
Octal 111 213 137 57 0 40 55 214 37 52
Binary 1001001 10001011 1011111 101111 0 100000 101101 10001100 11111 101010

Color Harmonies of #498B5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498B5F

Black with #498B5F

Text Example


Text Example

White with #498B5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498B5F; }

 p { color: rgb(73,139,95); }

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

background-color css

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

 a { background-color: rgb(73,139,95); }

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

border-color css

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

 span { border-color: rgb(73,139,95); }

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