Html Css Color HEX #496658 Viridian Green

📋 copy color: '#496658'

red 73 ◦ green 102 ◦ blue 88

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

Shades of Viridian Green #496658

Tints of Viridian Green #496658

RGB

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

 GREEN value IS 102 (40.23% from 255) = 38.78%

 BLUE value IS 88 (34.77% from 255) = 33.46%

R = 27.76%
G = 38.78%
B = 33.46%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.6

RGB Variations

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

Color information

#496658 (or 0x496658) is known color: Viridian Green. HEX triplet: 49, 66 and 58. RGB value is (73,102,88). Sum of RGB (Red+Green+Blue) = 73+102+88=263 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.76% from 263); Green value is 102 (40.23% from 255 or 38.78% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 102 - color contains mainly: green. Hex color #496658 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496658 is #B699A7. Grayscale: #5B5B5B. Windows color (decimal): -11966888 or 5793353. OLE color: 5793353.

HSL color Cylindrical-coordinate representation of color #496658: hue angle of 151.03º degrees, saturation: 0.17, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #496658 is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.6.

Color convert

RGB 73 102 88 -
CMYK 0.28 0 0.14 0.6
HSL 151.03º 0.17% 0.34% -
HSV(B) 151.03º 0.28% 0.4% -
XYZ 9.26 11.62 10.99 -
YUV 91.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 73 102 88 0.28 0 0.14 0.6 151.03 0.17 0.34
Hex 49 66 58 1C 0 E 3C 97 11 22
Octal 111 146 130 34 0 16 74 227 21 42
Binary 1001001 1100110 1011000 11100 0 1110 111100 10010111 10001 100010

Color Harmonies of #496658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496658

Black with #496658

Text Example


Text Example

White with #496658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496658; }

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

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

background-color css

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

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

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

border-color css

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

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

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