Html Css Color HEX #498968 Viridian

📋 copy color: '#498968'

red 73 ◦ green 137 ◦ blue 104

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

Shades of Viridian #498968

Tints of Viridian #498968

RGB

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

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

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

R = 23.25%
G = 43.63%
B = 33.12%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#498968 (or 0x498968) is known color: Viridian. HEX triplet: 49, 89 and 68. RGB value is (73,137,104). Sum of RGB (Red+Green+Blue) = 73+137+104=314 (41% of max value = 765). Red value is 73 (28.91% from 255 or 23.25% from 314); Green value is 137 (53.91% from 255 or 43.63% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 137 - color contains mainly: green. Hex color #498968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #498968 is #B67697. Grayscale: #727272. Windows color (decimal): -11957912 or 6850889. OLE color: 6850889.

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

Color convert

RGB 73 137 104 -
CMYK 0.47 0 0.24 0.46
HSL 149.06º 0.3% 0.41% -
HSV(B) 149.06º 0.47% 0.54% -
XYZ 14.19 20.31 16.27 -
YUV 114.1 122.3 98.68 -
System Red Green Blue C M Y K H S L
Decimal 73 137 104 0.47 0 0.24 0.46 149.06 0.3 0.41
Hex 49 89 68 2F 0 18 2E 95 1E 29
Octal 111 211 150 57 0 30 56 225 36 51
Binary 1001001 10001001 1101000 101111 0 11000 101110 10010101 11110 101001

Color Harmonies of #498968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #498968

Black with #498968

Text Example


Text Example

White with #498968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #498968; }

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

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

background-color css

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

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

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

border-color css

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

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

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