Html Css Color HEX #495C53 Viridian Green

📋 copy color: '#495C53'

red 73 ◦ green 92 ◦ blue 83

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

Shades of Viridian Green #495C53

Tints of Viridian Green #495C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 29.44%
G = 37.1%
B = 33.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.64

RGB Variations

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

Color information

#495C53 (or 0x495C53) is known color: Viridian Green. HEX triplet: 49, 5C and 53. RGB value is (73,92,83). Sum of RGB (Red+Green+Blue) = 73+92+83=248 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.44% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 92 - color contains mainly: green. Hex color #495C53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #495C53 is #B6A3AC. Grayscale: #555555. Windows color (decimal): -11969453 or 5463113. OLE color: 5463113.

HSL color Cylindrical-coordinate representation of color #495C53: hue angle of 151.58º 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 #495C53 is Cyan = 0.21, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 92 83 -
CMYK 0.21 0 0.10 0.64
HSL 151.58º 0.12% 0.32% -
HSV(B) 151.58º 0.21% 0.36% -
XYZ 8.14 9.7 9.63 -
YUV 85.29 126.71 119.23 -
System Red Green Blue C M Y K H S L
Decimal 73 92 83 0.21 0 0.10 0.64 151.58 0.12 0.32
Hex 49 5C 53 15 0 A 40 98 C 20
Octal 111 134 123 25 0 12 100 230 14 40
Binary 1001001 1011100 1010011 10101 0 1010 1000000 10011000 1100 100000

Color Harmonies of #495C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C53

Black with #495C53

Text Example


Text Example

White with #495C53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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