Html Css Color HEX #498B6B Viridian

📋 copy color: '#498B6B'

red 73 ◦ green 139 ◦ blue 107

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

Shades of Viridian #498B6B

Tints of Viridian #498B6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 22.88%
G = 43.57%
B = 33.54%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#498B6B (or 0x498B6B) is known color: Viridian. HEX triplet: 49, 8B and 6B. RGB value is (73,139,107). Sum of RGB (Red+Green+Blue) = 73+139+107=319 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.88% from 319); Green value is 139 (54.69% from 255 or 43.57% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 139 - color contains mainly: green. Hex color #498B6B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498B6B is #B67494. Grayscale: #737373. Windows color (decimal): -11957397 or 7048009. OLE color: 7048009.

HSL color Cylindrical-coordinate representation of color #498B6B: hue angle of 150.91º 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 #498B6B is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.45.

Color convert

RGB 73 139 107 -
CMYK 0.47 0 0.23 0.45
HSL 150.91º 0.31% 0.42% -
HSV(B) 150.91º 0.47% 0.55% -
XYZ 14.63 20.94 17.18 -
YUV 115.62 123.13 97.6 -
System Red Green Blue C M Y K H S L
Decimal 73 139 107 0.47 0 0.23 0.45 150.91 0.31 0.42
Hex 49 8B 6B 2F 0 17 2D 97 1F 2A
Octal 111 213 153 57 0 27 55 227 37 52
Binary 1001001 10001011 1101011 101111 0 10111 101101 10010111 11111 101010

Color Harmonies of #498B6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498B6B

Black with #498B6B

Text Example


Text Example

White with #498B6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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