Html Css Color HEX #498168 Viridian

📋 copy color: '#498168'

red 73 ◦ green 129 ◦ blue 104

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

Shades of Viridian #498168

Tints of Viridian #498168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 42.16%

 BLUE value IS 104 (41.02% from 255) = 33.99%

R = 23.86%
G = 42.16%
B = 33.99%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#498168 (or 0x498168) is known color: Viridian. HEX triplet: 49, 81 and 68. RGB value is (73,129,104). Sum of RGB (Red+Green+Blue) = 73+129+104=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 129 (50.78% from 255 or 42.16% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 129 - color contains mainly: green. Hex color #498168 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498168 is #B67E97. Grayscale: #6D6D6D. Windows color (decimal): -11959960 or 6848841. OLE color: 6848841.

HSL color Cylindrical-coordinate representation of color #498168: hue angle of 153.21º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #498168 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 129 104 -
CMYK 0.43 0 0.19 0.49
HSL 153.21º 0.28% 0.4% -
HSV(B) 153.21º 0.43% 0.51% -
XYZ 13.1 18.12 15.9 -
YUV 109.41 124.95 102.03 -
System Red Green Blue C M Y K H S L
Decimal 73 129 104 0.43 0 0.19 0.49 153.21 0.28 0.4
Hex 49 81 68 2B 0 13 31 99 1C 28
Octal 111 201 150 53 0 23 61 231 34 50
Binary 1001001 10000001 1101000 101011 0 10011 110001 10011001 11100 101000

Color Harmonies of #498168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498168

Black with #498168

Text Example


Text Example

White with #498168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498168; }

 p { color: rgb(73,129,104); }

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

background-color css

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

 a { background-color: rgb(73,129,104); }

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

border-color css

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

 span { border-color: rgb(73,129,104); }

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