Html Css Color HEX #498267 Viridian

📋 copy color: '#498267'

red 73 ◦ green 130 ◦ blue 103

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

Shades of Viridian #498267

Tints of Viridian #498267

RGB

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

 GREEN value IS 130 (51.17% from 255) = 42.48%

 BLUE value IS 103 (40.63% from 255) = 33.66%

R = 23.86%
G = 42.48%
B = 33.66%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.21

 K value IS 0.49

RGB Variations

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

Color information

#498267 (or 0x498267) is known color: Viridian. HEX triplet: 49, 82 and 67. RGB value is (73,130,103). Sum of RGB (Red+Green+Blue) = 73+130+103=306 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.86% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #498267 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498267 is #B67D98. Grayscale: #6D6D6D. Windows color (decimal): -11959705 or 6783561. OLE color: 6783561.

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

Color convert

RGB 73 130 103 -
CMYK 0.44 0 0.21 0.49
HSL 151.58º 0.28% 0.4% -
HSV(B) 151.58º 0.44% 0.51% -
XYZ 13.18 18.36 15.68 -
YUV 109.88 124.12 101.7 -
System Red Green Blue C M Y K H S L
Decimal 73 130 103 0.44 0 0.21 0.49 151.58 0.28 0.4
Hex 49 82 67 2C 0 15 31 98 1C 28
Octal 111 202 147 54 0 25 61 230 34 50
Binary 1001001 10000010 1100111 101100 0 10101 110001 10011000 11100 101000

Color Harmonies of #498267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498267

Black with #498267

Text Example


Text Example

White with #498267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498267; }

 p { color: rgb(73,130,103); }

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

background-color css

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

 a { background-color: rgb(73,130,103); }

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

border-color css

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

 span { border-color: rgb(73,130,103); }

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