Html Css Color HEX #496255 Viridian Green

📋 copy color: '#496255'

red 73 ◦ green 98 ◦ blue 85

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

Shades of Viridian Green #496255

Tints of Viridian Green #496255

RGB

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

 GREEN value IS 98 (38.67% from 255) = 38.28%

 BLUE value IS 85 (33.59% from 255) = 33.2%

R = 28.52%
G = 38.28%
B = 33.2%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#496255 (or 0x496255) is known color: Viridian Green. HEX triplet: 49, 62 and 55. RGB value is (73,98,85). Sum of RGB (Red+Green+Blue) = 73+98+85=256 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.52% from 256); Green value is 98 (38.67% from 255 or 38.28% from 256); Blue value is 85 (33.59% from 255 or 33.20% from 256); Max value from RGB is 98 - color contains mainly: green. Hex color #496255 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496255 is #B69DAA. Grayscale: #595959. Windows color (decimal): -11967915 or 5595721. OLE color: 5595721.

HSL color Cylindrical-coordinate representation of color #496255: hue angle of 148.8º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #496255 is Cyan = 0.26, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB 73 98 85 -
CMYK 0.26 0 0.13 0.62
HSL 148.8º 0.15% 0.34% -
HSV(B) 148.8º 0.26% 0.38% -
XYZ 8.76 10.81 10.22 -
YUV 89.04 125.72 116.56 -
System Red Green Blue C M Y K H S L
Decimal 73 98 85 0.26 0 0.13 0.62 148.8 0.15 0.34
Hex 49 62 55 1A 0 D 3E 95 F 22
Octal 111 142 125 32 0 15 76 225 17 42
Binary 1001001 1100010 1010101 11010 0 1101 111110 10010101 1111 100010

Color Harmonies of #496255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496255

Black with #496255

Text Example


Text Example

White with #496255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496255; }

 p { color: rgb(73,98,85); }

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

background-color css

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

 a { background-color: rgb(73,98,85); }

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

border-color css

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

 span { border-color: rgb(73,98,85); }

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