Html Css Color HEX #498B6C Viridian

📋 copy color: '#498B6C'

red 73 ◦ green 139 ◦ blue 108

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

Shades of Viridian #498B6C

Tints of Viridian #498B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.75%

R = 22.81%
G = 43.44%
B = 33.75%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#498B6C (or 0x498B6C) is known color: Viridian. HEX triplet: 49, 8B and 6C. RGB value is (73,139,108). Sum of RGB (Red+Green+Blue) = 73+139+108=320 (42% of max value = 765). Red value is 73 (28.91% from 255 or 22.81% from 320); Green value is 139 (54.69% from 255 or 43.44% from 320); Blue value is 108 (42.58% from 255 or 33.75% from 320); Max value from RGB is 139 - color contains mainly: green. Hex color #498B6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498B6C is #B67493. Grayscale: #737373. Windows color (decimal): -11957396 or 7113545. OLE color: 7113545.

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

Color convert

RGB 73 139 108 -
CMYK 0.47 0 0.22 0.45
HSL 151.82º 0.31% 0.42% -
HSV(B) 151.82º 0.47% 0.55% -
XYZ 14.69 20.96 17.46 -
YUV 115.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 73 139 108 0.47 0 0.22 0.45 151.82 0.31 0.42
Hex 49 8B 6C 2F 0 16 2D 98 1F 2A
Octal 111 213 154 57 0 26 55 230 37 52
Binary 1001001 10001011 1101100 101111 0 10110 101101 10011000 11111 101010

Color Harmonies of #498B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498B6C

Black with #498B6C

Text Example


Text Example

White with #498B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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