Html Css Color HEX #496B5C Viridian Green

📋 copy color: '#496B5C'

red 73 ◦ green 107 ◦ blue 92

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

Shades of Viridian Green #496B5C

Tints of Viridian Green #496B5C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.34%

 BLUE value IS 92 (36.33% from 255) = 33.82%

R = 26.84%
G = 39.34%
B = 33.82%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.14

 K value IS 0.58

RGB Variations

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

Color information

#496B5C (or 0x496B5C) is known color: Viridian Green. HEX triplet: 49, 6B and 5C. RGB value is (73,107,92). Sum of RGB (Red+Green+Blue) = 73+107+92=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 92 (36.33% from 255 or 33.82% from 272); Max value from RGB is 107 - color contains mainly: green. Hex color #496B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #496B5C is #B694A3. Grayscale: #5F5F5F. Windows color (decimal): -11965604 or 6056777. OLE color: 6056777.

HSL color Cylindrical-coordinate representation of color #496B5C: hue angle of 153.53º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #496B5C is Cyan = 0.32, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.58.

Color convert

RGB 73 107 92 -
CMYK 0.32 0 0.14 0.58
HSL 153.53º 0.19% 0.35% -
HSV(B) 153.53º 0.32% 0.42% -
XYZ 9.94 12.7 12.05 -
YUV 95.12 126.24 112.22 -
System Red Green Blue C M Y K H S L
Decimal 73 107 92 0.32 0 0.14 0.58 153.53 0.19 0.35
Hex 49 6B 5C 20 0 E 3A 9A 13 23
Octal 111 153 134 40 0 16 72 232 23 43
Binary 1001001 1101011 1011100 100000 0 1110 111010 10011010 10011 100011

Color Harmonies of #496B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #496B5C

Black with #496B5C

Text Example


Text Example

White with #496B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #496B5C; }

 p { color: rgb(73,107,92); }

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

background-color css

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

 a { background-color: rgb(73,107,92); }

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

border-color css

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

 span { border-color: rgb(73,107,92); }

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