Html Css Color HEX #495F57 Viridian Green

📋 copy color: '#495F57'

red 73 ◦ green 95 ◦ blue 87

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

Shades of Viridian Green #495F57

Tints of Viridian Green #495F57

RGB

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

 GREEN value IS 95 (37.5% from 255) = 37.25%

 BLUE value IS 87 (34.38% from 255) = 34.12%

R = 28.63%
G = 37.25%
B = 34.12%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.08

 K value IS 0.63

RGB Variations

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

Color information

#495F57 (or 0x495F57) is known color: Viridian Green. HEX triplet: 49, 5F and 57. RGB value is (73,95,87). Sum of RGB (Red+Green+Blue) = 73+95+87=255 (33% of max value = 765). Red value is 73 (28.91% from 255 or 28.63% from 255); Green value is 95 (37.5% from 255 or 37.25% from 255); Blue value is 87 (34.38% from 255 or 34.12% from 255); Max value from RGB is 95 - color contains mainly: green. Hex color #495F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495F57 is #B6A0A8. Grayscale: #575757. Windows color (decimal): -11968681 or 5726025. OLE color: 5726025.

HSL color Cylindrical-coordinate representation of color #495F57: hue angle of 158.18º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #495F57 is Cyan = 0.23, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.63.

Color convert

RGB 73 95 87 -
CMYK 0.23 0 0.08 0.63
HSL 158.18º 0.13% 0.33% -
HSV(B) 158.18º 0.23% 0.37% -
XYZ 8.56 10.29 10.55 -
YUV 87.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 73 95 87 0.23 0 0.08 0.63 158.18 0.13 0.33
Hex 49 5F 57 17 0 8 3F 9E D 21
Octal 111 137 127 27 0 10 77 236 15 41
Binary 1001001 1011111 1010111 10111 0 1000 111111 10011110 1101 100001

Color Harmonies of #495F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495F57

Black with #495F57

Text Example


Text Example

White with #495F57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,95,87); }

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

background-color css

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

 a { background-color: rgb(73,95,87); }

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

border-color css

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

 span { border-color: rgb(73,95,87); }

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