Html Css Color HEX #495C56 Viridian Green

📋 copy color: '#495C56'

red 73 ◦ green 92 ◦ blue 86

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

Shades of Viridian Green #495C56

Tints of Viridian Green #495C56

RGB

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

 GREEN value IS 92 (36.33% from 255) = 36.65%

 BLUE value IS 86 (33.98% from 255) = 34.26%

R = 29.08%
G = 36.65%
B = 34.26%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#495C56 (or 0x495C56) is known color: Viridian Green. HEX triplet: 49, 5C and 56. RGB value is (73,92,86). Sum of RGB (Red+Green+Blue) = 73+92+86=251 (33% of max value = 765). Red value is 73 (28.91% from 255 or 29.08% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 86 (33.98% from 255 or 34.26% from 251); Max value from RGB is 92 - color contains mainly: green. Hex color #495C56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C56 is #B6A3A9. Grayscale: #555555. Windows color (decimal): -11969450 or 5659721. OLE color: 5659721.

HSL color Cylindrical-coordinate representation of color #495C56: hue angle of 161.05º degrees, saturation: 0.12, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #495C56 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 92 86 -
CMYK 0.21 0 0.07 0.64
HSL 161.05º 0.12% 0.32% -
HSV(B) 161.05º 0.21% 0.36% -
XYZ 8.25 9.74 10.25 -
YUV 85.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 73 92 86 0.21 0 0.07 0.64 161.05 0.12 0.32
Hex 49 5C 56 15 0 7 40 A1 C 20
Octal 111 134 126 25 0 7 100 241 14 40
Binary 1001001 1011100 1010110 10101 0 111 1000000 10100001 1100 100000

Color Harmonies of #495C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C56

Black with #495C56

Text Example


Text Example

White with #495C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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