Html Css Color HEX #5C6460 Viridian Green

📋 copy color: '#5C6460'

red 92 ◦ green 100 ◦ blue 96

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

Shades of Viridian Green #5C6460

Tints of Viridian Green #5C6460

RGB

 RED value IS 92 (36.33% from 255) = 31.94%

 GREEN value IS 100 (39.45% from 255) = 34.72%

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 31.94%
G = 34.72%
B = 33.33%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#5C6460 (or 0x5C6460) is known color: Viridian Green. HEX triplet: 5C, 64 and 60. RGB value is (92,100,96). Sum of RGB (Red+Green+Blue) = 92+100+96=288 (38% of max value = 765). Red value is 92 (36.33% from 255 or 31.94% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 100 - color contains mainly: green. Hex color #5C6460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C6460 is #A39B9F. Grayscale: #616161. Windows color (decimal): -10722208 or 6317148. OLE color: 6317148.

HSL color Cylindrical-coordinate representation of color #5C6460: hue angle of 150º degrees, saturation: 0.04, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #5C6460 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB 92 100 96 -
CMYK 0.08 0 0.04 0.61
HSL 150º 0.04% 0.38% -
HSV(B) 150º 0.08% 0.39% -
XYZ 11.08 12.23 12.84 -
YUV 97.15 127.35 124.33 -
System Red Green Blue C M Y K H S L
Decimal 92 100 96 0.08 0 0.04 0.61 150 0.04 0.38
Hex 5C 64 60 8 0 4 3D 96 4 26
Octal 134 144 140 10 0 4 75 226 4 46
Binary 1011100 1100100 1100000 1000 0 100 111101 10010110 100 100110

Color Harmonies of #5C6460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C6460

Black with #5C6460

Text Example


Text Example

White with #5C6460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5C6460; }

 p { color: rgb(92,100,96); }

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

background-color css

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

 a { background-color: rgb(92,100,96); }

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

border-color css

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

 span { border-color: rgb(92,100,96); }

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