Html Css Color HEX #498266 Viridian

📋 copy color: '#498266'

red 73 ◦ green 130 ◦ blue 102

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

Shades of Viridian #498266

Tints of Viridian #498266

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.44%

R = 23.93%
G = 42.62%
B = 33.44%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#498266 (or 0x498266) is known color: Viridian. HEX triplet: 49, 82 and 66. RGB value is (73,130,102). Sum of RGB (Red+Green+Blue) = 73+130+102=305 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.93% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #498266 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498266 is #B67D99. Grayscale: #6D6D6D. Windows color (decimal): -11959706 or 6718025. OLE color: 6718025.

HSL color Cylindrical-coordinate representation of color #498266: hue angle of 150.53º 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 #498266 is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 73 130 102 -
CMYK 0.44 0 0.22 0.49
HSL 150.53º 0.28% 0.4% -
HSV(B) 150.53º 0.44% 0.51% -
XYZ 13.13 18.34 15.42 -
YUV 109.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 73 130 102 0.44 0 0.22 0.49 150.53 0.28 0.4
Hex 49 82 66 2C 0 16 31 97 1C 28
Octal 111 202 146 54 0 26 61 227 34 50
Binary 1001001 10000010 1100110 101100 0 10110 110001 10010111 11100 101000

Color Harmonies of #498266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498266

Black with #498266

Text Example


Text Example

White with #498266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498266; }

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

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

background-color css

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

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

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

border-color css

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

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

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