Html Css Color HEX #5D6260 Viridian Green

📋 copy color: '#5D6260'

red 93 ◦ green 98 ◦ blue 96

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

Shades of Viridian Green #5D6260

Tints of Viridian Green #5D6260

RGB

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

 GREEN value IS 98 (38.67% from 255) = 34.15%

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

R = 32.4%
G = 34.15%
B = 33.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#5D6260 (or 0x5D6260) is known color: Viridian Green. HEX triplet: 5D, 62 and 60. RGB value is (93,98,96). Sum of RGB (Red+Green+Blue) = 93+98+96=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 98 (38.67% from 255 or 34.15% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 98 - color contains mainly: green. Hex color #5D6260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5D6260 is #A29D9F. Grayscale: #606060. Windows color (decimal): -10657184 or 6316637. OLE color: 6316637.

HSL color Cylindrical-coordinate representation of color #5D6260: hue angle of 156º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #5D6260 is Cyan = 0.05, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB 93 98 96 -
CMYK 0.05 0 0.02 0.62
HSL 156º 0.03% 0.37% -
HSV(B) 156º 0.05% 0.38% -
XYZ 10.99 11.91 12.79 -
YUV 96.28 127.84 125.66 -
System Red Green Blue C M Y K H S L
Decimal 93 98 96 0.05 0 0.02 0.62 156 0.03 0.37
Hex 5D 62 60 5 0 2 3E 9C 3 25
Octal 135 142 140 5 0 2 76 234 3 45
Binary 1011101 1100010 1100000 101 0 10 111110 10011100 11 100101

Color Harmonies of #5D6260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D6260

Black with #5D6260

Text Example


Text Example

White with #5D6260

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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