Html Css Color HEX #5D6360 Viridian Green

📋 copy color: '#5D6360'

red 93 ◦ green 99 ◦ blue 96

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

Shades of Viridian Green #5D6360

Tints of Viridian Green #5D6360

RGB

 RED value IS 93 (36.72% from 255) = 32.29%

 GREEN value IS 99 (39.06% from 255) = 34.38%

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

R = 32.29%
G = 34.38%
B = 33.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#5D6360 (or 0x5D6360) is known color: Viridian Green. HEX triplet: 5D, 63 and 60. RGB value is (93,99,96). Sum of RGB (Red+Green+Blue) = 93+99+96=288 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.29% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 99 - color contains mainly: green. Hex color #5D6360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6360 is #A29C9F. Grayscale: #606060. Windows color (decimal): -10656928 or 6316893. OLE color: 6316893.

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

Color convert

RGB 93 99 96 -
CMYK 0.06 0 0.03 0.61
HSL 150º 0.03% 0.38% -
HSV(B) 150º 0.06% 0.39% -
XYZ 11.09 12.1 12.82 -
YUV 96.86 127.51 125.24 -
System Red Green Blue C M Y K H S L
Decimal 93 99 96 0.06 0 0.03 0.61 150 0.03 0.38
Hex 5D 63 60 6 0 3 3D 96 3 26
Octal 135 143 140 6 0 3 75 226 3 46
Binary 1011101 1100011 1100000 110 0 11 111101 10010110 11 100110

Color Harmonies of #5D6360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6360

Black with #5D6360

Text Example


Text Example

White with #5D6360

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,99,96); }

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

background-color css

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

 a { background-color: rgb(93,99,96); }

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

border-color css

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

 span { border-color: rgb(93,99,96); }

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