Html Css Color HEX #498268 Viridian

📋 copy color: '#498268'

red 73 ◦ green 130 ◦ blue 104

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

Shades of Viridian #498268

Tints of Viridian #498268

RGB

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

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

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

R = 23.78%
G = 42.35%
B = 33.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#498268 (or 0x498268) is known color: Viridian. HEX triplet: 49, 82 and 68. RGB value is (73,130,104). Sum of RGB (Red+Green+Blue) = 73+130+104=307 (40% of max value = 765). Red value is 73 (28.91% from 255 or 23.78% from 307); Green value is 130 (51.17% from 255 or 42.35% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 130 - color contains mainly: green. Hex color #498268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498268 is #B67D97. Grayscale: #6E6E6E. Windows color (decimal): -11959704 or 6849097. OLE color: 6849097.

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

Color convert

RGB 73 130 104 -
CMYK 0.44 0 0.2 0.49
HSL 152.63º 0.28% 0.4% -
HSV(B) 152.63º 0.44% 0.51% -
XYZ 13.23 18.38 15.95 -
YUV 109.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 73 130 104 0.44 0 0.2 0.49 152.63 0.28 0.4
Hex 49 82 68 2C 0 14 31 99 1C 28
Octal 111 202 150 54 0 24 61 231 34 50
Binary 1001001 10000010 1101000 101100 0 10100 110001 10011001 11100 101000

Color Harmonies of #498268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498268

Black with #498268

Text Example


Text Example

White with #498268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498268; }

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

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

background-color css

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

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

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

border-color css

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

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

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