Html Css Color HEX #498868 Viridian

📋 copy color: '#498868'

red 73 ◦ green 136 ◦ blue 104

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

Shades of Viridian #498868

Tints of Viridian #498868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.45%

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

R = 23.32%
G = 43.45%
B = 33.23%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#498868 (or 0x498868) is known color: Viridian. HEX triplet: 49, 88 and 68. RGB value is (73,136,104). Sum of RGB (Red+Green+Blue) = 73+136+104=313 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.32% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 136 - color contains mainly: green. Hex color #498868 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498868 is #B67797. Grayscale: #717171. Windows color (decimal): -11958168 or 6850633. OLE color: 6850633.

HSL color Cylindrical-coordinate representation of color #498868: hue angle of 149.52º 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 #498868 is Cyan = 0.46, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 73 136 104 -
CMYK 0.46 0 0.24 0.47
HSL 149.52º 0.3% 0.41% -
HSV(B) 149.52º 0.46% 0.53% -
XYZ 14.05 20.02 16.22 -
YUV 113.52 122.63 99.1 -
System Red Green Blue C M Y K H S L
Decimal 73 136 104 0.46 0 0.24 0.47 149.52 0.3 0.41
Hex 49 88 68 2E 0 18 2F 96 1E 29
Octal 111 210 150 56 0 30 57 226 36 51
Binary 1001001 10001000 1101000 101110 0 11000 101111 10010110 11110 101001

Color Harmonies of #498868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498868

Black with #498868

Text Example


Text Example

White with #498868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498868; }

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

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

background-color css

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

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

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

border-color css

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

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

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