Html Css Color HEX #498760 Como

📋 copy color: '#498760'

red 73 ◦ green 135 ◦ blue 96

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

Shades of Como #498760

Tints of Como #498760

RGB

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

 GREEN value IS 135 (53.13% from 255) = 44.41%

 BLUE value IS 96 (37.89% from 255) = 31.58%

R = 24.01%
G = 44.41%
B = 31.58%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#498760 (or 0x498760) is known color: Como. HEX triplet: 49, 87 and 60. RGB value is (73,135,96). Sum of RGB (Red+Green+Blue) = 73+135+96=304 (40% of max value = 765). Red value is 73 (28.91% from 255 or 24.01% from 304); Green value is 135 (53.12% from 255 or 44.41% from 304); Blue value is 96 (37.89% from 255 or 31.58% from 304); Max value from RGB is 135 - color contains mainly: green. Hex color #498760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498760 is #B6789F. Grayscale: #707070. Windows color (decimal): -11958432 or 6326089. OLE color: 6326089.

HSL color Cylindrical-coordinate representation of color #498760: hue angle of 142.26º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #498760 is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 135 96 -
CMYK 0.46 0 0.29 0.47
HSL 142.26º 0.3% 0.41% -
HSV(B) 142.26º 0.46% 0.53% -
XYZ 13.52 19.59 14.13 -
YUV 112.02 118.96 100.17 -
System Red Green Blue C M Y K H S L
Decimal 73 135 96 0.46 0 0.29 0.47 142.26 0.3 0.41
Hex 49 87 60 2E 0 1D 2F 8E 1E 29
Octal 111 207 140 56 0 35 57 216 36 51
Binary 1001001 10000111 1100000 101110 0 11101 101111 10001110 11110 101001

Color Harmonies of #498760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498760

Black with #498760

Text Example


Text Example

White with #498760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498760; }

 p { color: rgb(73,135,96); }

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

background-color css

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

 a { background-color: rgb(73,135,96); }

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

border-color css

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

 span { border-color: rgb(73,135,96); }

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