#5F6462

Color #5F6462 Viridian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian Green #5F6462

Tints of Viridian Green #5F6462

Color information

#5F6462 (or 0x5F6462) is unknown color: approx Viridian Green. HEX triplet: 5F, 64 and 62. RGB value is (95,100,98). Sum of RGB (Red+Green+Blue) = 95+100+98=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 100 (39.45% from 255 or 34.13% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 100 - color contains mainly: green. Hex color #5F6462 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F6462 is #A09B9D. Grayscale: #626262. Windows color (decimal): -10525598 or 6448223. OLE color: 6448223.

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

Color convert

RGB9510098-
CMYK0.0500.020.61
HSL156º2.56%38.24%-
HSV(B)156º5%39.22%-
XYZ11.4812.4313.35-
YUV98.28127.84125.66-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.42%
GREEN value IS 100 (39.45% from 255) = 34.13%
BLUE value IS 98 (38.67% from 255) = 33.45%
R=32.42%
G=34.13%
B=33.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal95100980.0500.020.611562.5638.24
Hex5F64625023D9c326
Octal13714414250275234346
Binary1011111110010011000101010101111011001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F6462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,100,98); }

 H1.HeaderClassName
 {
   color: #5F6462;
 }
 .AnyTagClassName
 {
   color: #5F6462;
 }
</style>
background-color css

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

 a { background-color: rgb(95,100,98); }

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

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

 span { border-color: rgb(95,100,98); }

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