Html Css Color HEX #498969 Viridian

📋 copy color: '#498969'

red 73 ◦ green 137 ◦ blue 105

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

Shades of Viridian #498969

Tints of Viridian #498969

RGB

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

 GREEN value IS 137 (53.91% from 255) = 43.49%

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 23.17%
G = 43.49%
B = 33.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#498969 (or 0x498969) is known color: Viridian. HEX triplet: 49, 89 and 69. RGB value is (73,137,105). Sum of RGB (Red+Green+Blue) = 73+137+105=315 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.17% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 137 - color contains mainly: green. Hex color #498969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498969 is #B67696. Grayscale: #727272. Windows color (decimal): -11957911 or 6916425. OLE color: 6916425.

HSL color Cylindrical-coordinate representation of color #498969: hue angle of 150º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #498969 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 73 137 105 -
CMYK 0.47 0 0.23 0.46
HSL 150º 0.3% 0.41% -
HSV(B) 150º 0.47% 0.54% -
XYZ 14.24 20.33 16.54 -
YUV 114.22 122.8 98.6 -
System Red Green Blue C M Y K H S L
Decimal 73 137 105 0.47 0 0.23 0.46 150 0.3 0.41
Hex 49 89 69 2F 0 17 2E 96 1E 29
Octal 111 211 151 57 0 27 56 226 36 51
Binary 1001001 10001001 1101001 101111 0 10111 101110 10010110 11110 101001

Color Harmonies of #498969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498969

Black with #498969

Text Example


Text Example

White with #498969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498969; }

 p { color: rgb(73,137,105); }

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

background-color css

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

 a { background-color: rgb(73,137,105); }

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

border-color css

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

 span { border-color: rgb(73,137,105); }

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